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/cmTarget.cxx | |
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/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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.", |