diff options
author | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2002-09-02 20:59:47 (GMT) |
---|---|---|
committer | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2002-09-02 20:59:47 (GMT) |
commit | c5d31d32e27704544e5680ab760201e6c83f14dd (patch) | |
tree | e51eebe2e1809d882a930f4d1bb4702f204510be /Modules/FindQt.cmake | |
parent | f5ea46bbc5caa6665a847d0329318543af825bef (diff) | |
download | CMake-c5d31d32e27704544e5680ab760201e6c83f14dd.zip CMake-c5d31d32e27704544e5680ab760201e6c83f14dd.tar.gz CMake-c5d31d32e27704544e5680ab760201e6c83f14dd.tar.bz2 |
Fix Bugs
Diffstat (limited to 'Modules/FindQt.cmake')
-rw-r--r-- | Modules/FindQt.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindQt.cmake b/Modules/FindQt.cmake index a19fc9f..c2de77d 100644 --- a/Modules/FindQt.cmake +++ b/Modules/FindQt.cmake @@ -6,7 +6,7 @@ # QT_DEFINITIONS, definitions to use when compiling code that uses Qt. # QT_WRAP_CPP, If false, don't use QT_WRAP_CPP command. # QT_WRAP_UI, If false, don't use QT_WRAP_UI command. -# QT_FOUND, If false, do try to use Qt. +# QT_FOUND, If false, don't try to use Qt. # also defined, but not for general use are # QT_MOC_EXECUTABLE, where to find the moc tool. |