Skip to content

find_package(): Add policy to remove FindQt.cmake

Kyle Edwards requested to merge kyle.edwards/cmake:deprecate-findqt into master

Removing FindQt.cmake give Qt upstream a path forward to export its own QtConfig.cmake files which can be found by find_package() without having to explicitly specify CONFIG. Projects that still want to use Qt3/4 can call find_package(Qt[34]), include(FindQt), or add FindQt.cmake to their CMAKE_MODULE_PATH.

Merge request reports