diff options
author | Joachim Wuttke (l) <j.wuttke@fz-juelich.de> | 2018-10-09 06:42:13 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-10-09 11:41:44 (GMT) |
commit | c9cedd675b0023c21e5350d69b25df2156836800 (patch) | |
tree | 4c2aa9529e6ea17ec277968c3dafb2164969179a /Modules/FindQt.cmake | |
parent | 092a0b104a4aa1c4e6df5db11fab5221fd1e9331 (diff) | |
download | CMake-c9cedd675b0023c21e5350d69b25df2156836800.zip CMake-c9cedd675b0023c21e5350d69b25df2156836800.tar.gz CMake-c9cedd675b0023c21e5350d69b25df2156836800.tar.bz2 |
Help: Add link to cmake-qt(7) to FindQt.cmake.
Diffstat (limited to 'Modules/FindQt.cmake')
-rw-r--r-- | Modules/FindQt.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Modules/FindQt.cmake b/Modules/FindQt.cmake index 68dfa7d..4dff7c3 100644 --- a/Modules/FindQt.cmake +++ b/Modules/FindQt.cmake @@ -5,9 +5,12 @@ # FindQt # ------ # -# Searches for all installed versions of Qt. +# Searches for all installed versions of Qt3 or Qt4. # -# This should only be used if your project can work with multiple +# This module cannot handle Qt5 or any later versions. +# For those, see :manual:`cmake-qt(7)`. +# +# This module should only be used if your project can work with multiple # versions of Qt. If not, you should just directly use FindQt4 or # FindQt3. If multiple versions of Qt are found on the machine, then # The user must set the option DESIRED_QT_VERSION to the version they @@ -16,9 +19,6 @@ # or FindQt4 module is included. Once the user sets DESIRED_QT_VERSION, # then the FindQt3 or FindQt4 module is included. # -# This module can only detect and switch between Qt versions 3 and 4. It -# cannot handle Qt5 or any later versions. -# # :: # # QT_REQUIRED if this is set to TRUE then if CMake can |