ENH: add docs for QT_REQUIRED

This commit is contained in:
Bill Hoffman 2005-09-12 22:46:13 -04:00
parent 9405e30218
commit a9344a547b
1 changed files with 2 additions and 0 deletions

View File

@ -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.