summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/deprecate-findqt.rst
blob: 4171c65d9c636d2d643e9c723ce960371a98b81f (plain)
1
2
3
4
5
6
7
8
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`.