summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-09-13 02:46:13 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-09-13 02:46:13 (GMT)
commita9344a547ba96d7f0f4b3f53e101ba0711c1db38 (patch)
tree65d05a3c7d87329b7d49eb0a8c56386db758f2ea /Modules/FindQt.cmake
parent9405e302189bf78859625d8aa4af8c01133ed28d (diff)
downloadCMake-a9344a547ba96d7f0f4b3f53e101ba0711c1db38.zip
CMake-a9344a547ba96d7f0f4b3f53e101ba0711c1db38.tar.gz
CMake-a9344a547ba96d7f0f4b3f53e101ba0711c1db38.tar.bz2
ENH: add docs for QT_REQUIRED
Diffstat (limited to 'Modules/FindQt.cmake')
-rw-r--r--Modules/FindQt.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindQt.cmake b/Modules/FindQt.cmake
index 0cc53e0..aacdb41 100644
--- a/Modules/FindQt.cmake
+++ b/Modules/FindQt.cmake
@@ -10,6 +10,8 @@
# Once the user sets DESIRED_QT_VERSION, then the FindQt3 or FindQt4 module
# is included.
#
+# QT_REQUIRED if this is set to TRUE then if cmake can not find QT4 or QT3
+# an error is raised and a message is sent to the user.
# DESIRED_QT_VERSION OPTION is created
# QT4_INSTALLED is set to TRUE if qt4 is found.
# QT3_INSTALLED is set to TRUE if qt3 is found.