diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-08-28 09:22:17 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-08-28 09:24:55 (GMT) |
commit | 325214900ba14ebb94ba43fbd61dea4bef37d5e5 (patch) | |
tree | 1dcabbd6380bc8a0020f21d7f049df3d598a14f5 /Source | |
parent | f32e7957b4f6cb57e396ec018947d46420072671 (diff) | |
download | CMake-325214900ba14ebb94ba43fbd61dea4bef37d5e5.zip CMake-325214900ba14ebb94ba43fbd61dea4bef37d5e5.tar.gz CMake-325214900ba14ebb94ba43fbd61dea4bef37d5e5.tar.bz2 |
Fix casing of 'Qt' in docs, comments and user-visible strings.
QT (cue-tea) is Apple QuickTime.
Qt (cute) is the C++ framework.
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.", |