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



_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to