summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenInitializer.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2018-07-22 12:52:02 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2018-07-30 07:22:46 (GMT)
commit8e0d70272d9be5149608ed7441852f53c48c180f (patch)
treee80bf807a0c222fcd6dd43a4b821c5eccdb7bfc4 /Source/cmQtAutoGenInitializer.h
parent5776639fbfe5b8da5ca7a4fbae31936cdeff6660 (diff)
downloadCMake-8e0d70272d9be5149608ed7441852f53c48c180f.zip
CMake-8e0d70272d9be5149608ed7441852f53c48c180f.tar.gz
CMake-8e0d70272d9be5149608ed7441852f53c48c180f.tar.bz2
Autogen: Move info file write code into methods
Diffstat (limited to 'Source/cmQtAutoGenInitializer.h')
-rw-r--r--Source/cmQtAutoGenInitializer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenInitializer.h b/Source/cmQtAutoGenInitializer.h
index 387b3bc..bb2c920 100644
--- a/Source/cmQtAutoGenInitializer.h
+++ b/Source/cmQtAutoGenInitializer.h
@@ -57,6 +57,9 @@ private:
bool SetupCustomTargetsMoc();
bool SetupCustomTargetsUic();
+ bool SetupWriteAutogenInfo();
+ bool SetupWriteRccInfo();
+
void AddGeneratedSource(std::string const& filename, GeneratorT genType);
bool QtVersionGreaterOrEqual(unsigned long requestMajor,