diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-13 02:46:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-13 02:46:13 (GMT) |
commit | a9344a547ba96d7f0f4b3f53e101ba0711c1db38 (patch) | |
tree | 65d05a3c7d87329b7d49eb0a8c56386db758f2ea /Modules/FindQt.cmake | |
parent | 9405e302189bf78859625d8aa4af8c01133ed28d (diff) | |
download | CMake-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.cmake | 2 |
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. |