diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2015-01-16 21:04:29 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2015-01-16 21:06:22 (GMT) |
commit | b937f7537943e56998f1f4630e3684ca7417442b (patch) | |
tree | dfe8d3ffbdd3b77fc5d0640f32408c4d630041a5 /Modules/FindQt.cmake | |
parent | 6af8cbf214c7de6ef4bb036cb9f6c4bc147fd511 (diff) | |
download | CMake-b937f7537943e56998f1f4630e3684ca7417442b.zip CMake-b937f7537943e56998f1f4630e3684ca7417442b.tar.gz CMake-b937f7537943e56998f1f4630e3684ca7417442b.tar.bz2 |
FindQt: explicitely mention that it cannot Qt5 or later
Diffstat (limited to 'Modules/FindQt.cmake')
-rw-r--r-- | Modules/FindQt.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/FindQt.cmake b/Modules/FindQt.cmake index 8014768..41b7271 100644 --- a/Modules/FindQt.cmake +++ b/Modules/FindQt.cmake @@ -13,6 +13,9 @@ # 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 |