Skip to content

Include QtVersionOption before all Qt5 find_package calls

Volker Krause requested to merge work/use-qt-version-option into master

This doesn't make all these modules actually work with Qt6 yet, but it prevents them from unconditionally pulling in Qt5 in a Qt6 build.

This is useful in order to even be able to pass a CMake run to the point one can port, test and debug the rest.

Merge request reports