summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-08-06 12:57:52 (GMT)
committerBrad King <brad.king@kitware.com>2016-08-10 17:21:33 (GMT)
commit4e9b97d7397fd526e6b4e4ce43dd305cb8341ac8 (patch)
tree17c2347fe0973fafe2e6f931075c737bf2668b43 /Source/cmQtAutoGenerators.h
parent41c9e14afb0bc7e68e4530f76329b7c11cdfa0e4 (diff)
downloadCMake-4e9b97d7397fd526e6b4e4ce43dd305cb8341ac8.zip
CMake-4e9b97d7397fd526e6b4e4ce43dd305cb8341ac8.tar.gz
CMake-4e9b97d7397fd526e6b4e4ce43dd305cb8341ac8.tar.bz2
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 216b0b0..fab2d19 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,