summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-04-18 15:52:00 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-19 16:59:13 (GMT)
commit840b830bc6a76afe207bc08ca164eaabb731acaf (patch)
treece4d4d86b9472409440c894211153ba3d18679bb /Source/cmQtAutoGenerators.h
parentbc4c7751ab4ae28770f5bcf3595e632c40026be2 (diff)
downloadCMake-840b830bc6a76afe207bc08ca164eaabb731acaf.zip
CMake-840b830bc6a76afe207bc08ca164eaabb731acaf.tar.gz
CMake-840b830bc6a76afe207bc08ca164eaabb731acaf.tar.bz2
Autogen: Qrc processing: Generate single map with final input / output names
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index d532c21..68ab480 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -50,6 +50,8 @@ private:
const std::string& uiInputFile,
const std::string& uiOutputFile );
bool GenerateQrcFiles();
+ bool GenerateQrc(const std::string& qrcInputFile,
+ const std::string& qrcOutputFile);
void ParseCppFile(const std::string& absFilename,
const std::vector<std::string>& headerExtensions,
std::map<std::string, std::string>& includedMocs,