Skip to content

Support building with Qt6

Connor Carney requested to merge work/qt6 into master

This doesn't currently support Qt5/6 co-installability. It currently builds with Qt5 by default if it is available for backwards compatibility. It will build against Qt6 if Qt5 is not available, or if QT_VERSION_MAJOR is already set.

Merge request reports