deprecate-findqt.rst 387 B

12345678
  1. deprecate-findqt
  2. ----------------
  3. * The :module:`FindQt` module is no longer used by the :command:`find_package`
  4. command as a find module. This allows the Qt Project upstream to optionally
  5. provide its own ``QtConfig.cmake`` package configuration file and have
  6. applications use it via ``find_package(Qt)`` rather than
  7. ``find_package(Qt CONFIG)``. See policy :policy:`CMP0084`.