[Development] CMake Workshop Summary
Thiago Macieira
thiago.macieira at intel.com
Wed Feb 13 17:36:04 CET 2019
On Wednesday, 13 February 2019 05:58:18 PST Kevin Funk via Development wrote:
> The problem is, besides the reasons Simon mentioned, that just using "Qt" as
> the package prefix will make it more difficult for distros to co-install
> the CMake config files for different Qt versions.
>
> Still all up for discussions though. Happy to get more people involved.
Is it possible to use Qt6 and make the system export "Qt::" as an alias,
possibly behind an extra option passed in find_package()? If an alias is not
possible, is it possible to make find_package() set variables like ${QTCORE}
that will be either Qt5::Core or Qt6::Core, depending on the one found?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel System Software Products
More information about the Development
mailing list