mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
0f5c1b404b
Removing FindQt.cmake gives 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.
9 lines
387 B
ReStructuredText
9 lines
387 B
ReStructuredText
deprecate-findqt
|
|
----------------
|
|
|
|
* The :module:`FindQt` module is no longer used by the :command:`find_package`
|
|
command as a find module. This allows the Qt Project upstream to optionally
|
|
provide its own ``QtConfig.cmake`` package configuration file and have
|
|
applications use it via ``find_package(Qt)`` rather than
|
|
``find_package(Qt CONFIG)``. See policy :policy:`CMP0084`.
|