diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 19:17:43 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 19:17:43 (GMT) |
commit | 74eaecfc3e049e96dd30ecadc1d62fb235d3caba (patch) | |
tree | f1d9d270ac65d41c3d9f0c45ccf93cd40ec1d921 /Modules/FindQt.cmake | |
parent | 5966baeec375652f573221749436d0cc4d523e89 (diff) | |
download | CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.zip CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.gz CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.bz2 |
ENH: cleanups
Diffstat (limited to 'Modules/FindQt.cmake')
-rw-r--r-- | Modules/FindQt.cmake | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Modules/FindQt.cmake b/Modules/FindQt.cmake index 82af7cd..4bc8fff 100644 --- a/Modules/FindQt.cmake +++ b/Modules/FindQt.cmake @@ -9,9 +9,10 @@ # 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. +# 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. |