Skip to content

Autogen: Qt6-related changes

Tobias Hunger requested to merge hunger/cmake:wip/qt6 into master

Adds initial support for Qt with the version number 6. This support is still experimental and serves the purpose to aid the development of the not yet existing Qt 6.

Also adds the new target properties

  • AUTOMOC_EXECUTABLE
  • AUTOUIC_EXECUTABLE
  • AUTORCC_EXECUTABLE

along with the documentation. These properties allow to skip the autodetection and force the moc, uic and rcc binaries. This is a requirement to build the Qt library itself using CMake.

Topic-rename: autogen-qt6

Edited by Brad King

Merge request reports