summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-08-06 11:33:46 (GMT)
committerBrad King <brad.king@kitware.com>2016-08-10 17:21:33 (GMT)
commit41c9e14afb0bc7e68e4530f76329b7c11cdfa0e4 (patch)
treef0a46413fc47b1d14d51a6835b557ab07007fd3a /Source/cmQtAutoGenerators.h
parent3c3b37b0bbd3fb78aa60a2b38184b6397d2ea47f (diff)
downloadCMake-41c9e14afb0bc7e68e4530f76329b7c11cdfa0e4.zip
CMake-41c9e14afb0bc7e68e4530f76329b7c11cdfa0e4.tar.gz
CMake-41c9e14afb0bc7e68e4530f76329b7c11cdfa0e4.tar.bz2
QtAutogen: Allow multiple moc files with the same name
Use cmFilePathUuid for moc files. Closes: #12873
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 86913f0..216b0b0 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -123,8 +123,9 @@ private:
std::string CurrentCompileSettingsStr;
std::string OldCompileSettingsStr;
+ std::string TargetBuildSubDir;
std::string OutMocCppFilenameRel;
- std::string OutMocCppFilename;
+ std::string OutMocCppFilenameAbs;
std::list<std::string> MocIncludes;
std::list<std::string> MocDefinitions;
std::vector<std::string> MocOptions;