diff options
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); } } |