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 /Source | |
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 'Source')
-rw-r--r-- | Source/cmQTWrapCPPCommand.h | 4 | ||||
-rw-r--r-- | Source/cmQTWrapUICommand.h | 4 | ||||
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 2 | ||||
-rw-r--r-- | Source/cmTarget.cxx | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h index 1af0840..4863402 100644 --- a/Source/cmQTWrapCPPCommand.h +++ b/Source/cmQTWrapCPPCommand.h @@ -17,9 +17,9 @@ #include "cmSourceFile.h" /** \class cmQTWrapCPPCommand - * \brief Create moc file rules for QT classes + * \brief Create moc file rules for Qt classes * - * cmQTWrapCPPCommand is used to create wrappers for QT classes into + * cmQTWrapCPPCommand is used to create wrappers for Qt classes into * normal C++ */ class cmQTWrapCPPCommand : public cmCommand diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h index 1fff041..b15c5cd 100644 --- a/Source/cmQTWrapUICommand.h +++ b/Source/cmQTWrapUICommand.h @@ -17,9 +17,9 @@ #include "cmSourceFile.h" /** \class cmQTWrapUICommand - * \brief Create .h and .cxx files rules for QT user interfaces files + * \brief Create .h and .cxx files rules for Qt user interfaces files * - * cmQTWrapUICommand is used to create wrappers for QT classes into normal C++ + * cmQTWrapUICommand is used to create wrappers for Qt classes into normal C++ */ class cmQTWrapUICommand : public cmCommand { diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index e04f7eb..65c89fa 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -138,7 +138,7 @@ public: "are used to initialize these properties.\n" "PROJECT_LABEL can be used to change the name of " "the target in an IDE like visual studio. VS_KEYWORD can be set " - "to change the visual studio keyword, for example QT integration " + "to change the visual studio keyword, for example Qt integration " "works better if this is set to Qt4VSv1.0.\n" "VS_SCC_PROJECTNAME, VS_SCC_LOCALPATH, VS_SCC_PROVIDER and " "VS_SCC_AUXPATH can be set " diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 65b586d..b0d4834 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -1071,7 +1071,7 @@ void cmTarget::DefineProperties(cmake *cm) ("VS_KEYWORD", cmProperty::TARGET, "Visual Studio project keyword.", "Can be set to change the visual studio keyword, for example " - "QT integration works better if this is set to Qt4VSv1.0. "); + "Qt integration works better if this is set to Qt4VSv1.0. "); cm->DefineProperty ("VS_SCC_PROVIDER", cmProperty::TARGET, "Visual Studio Source Code Control Provider.", |