diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-07-22 12:52:02 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-07-30 07:22:46 (GMT) |
commit | 8e0d70272d9be5149608ed7441852f53c48c180f (patch) | |
tree | e80bf807a0c222fcd6dd43a4b821c5eccdb7bfc4 /Source/cmQtAutoGenInitializer.h | |
parent | 5776639fbfe5b8da5ca7a4fbae31936cdeff6660 (diff) | |
download | CMake-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.h | 3 |
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, |