diff options
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. |