diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-11-23 11:30:55 -0500 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-11-23 11:30:55 -0500 |
commit | 67e8012783da07b165261d93636d2523e142c67c (patch) | |
tree | 89ad40f3312dfddeeef6c089b5ae854079ff8314 /Source/cmQTWrapCPPCommand.cxx | |
parent | 73a8240669aa5e7c0ea7aa95e415931a683373f3 (diff) | |
download | cmake-67e8012783da07b165261d93636d2523e142c67c.tar.gz |
STYLE: QT is quicktime, Qt is Qt, as pointed out by David Faure
Alex
Diffstat (limited to 'Source/cmQTWrapCPPCommand.cxx')
-rw-r--r-- | Source/cmQTWrapCPPCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQTWrapCPPCommand.cxx b/Source/cmQTWrapCPPCommand.cxx index 03c40608aa..6348d92d4f 100644 --- a/Source/cmQTWrapCPPCommand.cxx +++ b/Source/cmQTWrapCPPCommand.cxx @@ -107,7 +107,7 @@ bool cmQTWrapCPPCommand::InitialPass(std::vector<std::string> const& argsIn) depends, no_main_dependency, commandLines, - "QT Wrapped File", + "Qt Wrapped File", no_working_dir); } } |