summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-08-06 14:57:52 +0200
committerBrad King <brad.king@kitware.com>2016-08-10 13:21:33 -0400
commit4e9b97d7397fd526e6b4e4ce43dd305cb8341ac8 (patch)
tree17c2347fe0973fafe2e6f931075c737bf2668b43 /Source/cmQtAutoGenerators.h
parent41c9e14afb0bc7e68e4530f76329b7c11cdfa0e4 (diff)
downloadcmake-4e9b97d7397fd526e6b4e4ce43dd305cb8341ac8.tar.gz
QtAutogen: Allow multiple qrc files with the same name
Use cmFilePathUuid for qrc files.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index 216b0b0346..fab2d1934b 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -51,7 +51,8 @@ private:
const std::string& uiOutputFile);
bool GenerateQrcFiles();
bool GenerateQrc(const std::string& qrcInputFile,
- const std::string& qrcOutputFile);
+ const std::string& qrcOutputFile, bool unique_n);
+
void ParseCppFile(
const std::string& absFilename,
const std::vector<std::string>& headerExtensions,