diff options
author | Brad King <brad.king@kitware.com> | 2012-08-30 15:55:36 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-08-30 15:55:36 (GMT) |
commit | 4f3436dd117a96d243268b4e1eadceac3f44d4fc (patch) | |
tree | 906439ecb2f3ed34e5afa8189d2a07486bcef36a /Modules/FindQt4.cmake | |
parent | a028fffaad85b76762e5926caa275fdfc7d8def9 (diff) | |
parent | 325214900ba14ebb94ba43fbd61dea4bef37d5e5 (diff) | |
download | CMake-4f3436dd117a96d243268b4e1eadceac3f44d4fc.zip CMake-4f3436dd117a96d243268b4e1eadceac3f44d4fc.tar.gz CMake-4f3436dd117a96d243268b4e1eadceac3f44d4fc.tar.bz2 |
Merge topic 'fix-Qt-casing'
3252149 Fix casing of 'Qt' in docs, comments and user-visible strings.
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r-- | Modules/FindQt4.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index e1682a0..95fb8a4 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -1,4 +1,4 @@ -# - Find QT 4 +# - Find Qt 4 # This module can be used to find Qt4. # The most important issue is that the Qt4 qmake is available via the system path. # This qmake is then used to detect basically everything else. |