diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-11-30 21:12:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-07 13:23:59 (GMT) |
commit | 39e07d7a175d5da0c1a2ebc905689705571d2084 (patch) | |
tree | 0d4f823615ce092bcf8ecc38d9ba2afd5bc745ff /Source/cmQtAutoGenerators.cxx | |
parent | 8c6f990fb600d042ebb7a21996280ef31798bc79 (diff) | |
download | CMake-39e07d7a175d5da0c1a2ebc905689705571d2084.zip CMake-39e07d7a175d5da0c1a2ebc905689705571d2084.tar.gz CMake-39e07d7a175d5da0c1a2ebc905689705571d2084.tar.bz2 |
QtAutogen: Use upper case for MOC, UIC and RCC in messages
Diffstat (limited to 'Source/cmQtAutoGenerators.cxx')
-rw-r--r-- | Source/cmQtAutoGenerators.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx index b497fb0..f90f0d5 100644 --- a/Source/cmQtAutoGenerators.cxx +++ b/Source/cmQtAutoGenerators.cxx @@ -1389,7 +1389,7 @@ bool cmQtAutoGenerators::GenerateQrc(const std::string& qrcInputFile, if (this->GenerateAll || generateQrc) { { - std::string msg = "Generating QRC source "; + std::string msg = "Generating RCC source "; msg += qrcOutputFile; this->LogBold(msg); } |