diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-09-12 08:08:10 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-09-25 14:27:38 (GMT) |
commit | f86ba8ee8ed5c38c16df1784c5f4cceb7b02df74 (patch) | |
tree | 497c8cd3e5f4a9fe94154273cd0cf2dcdfc1bc7b /Source/cmQtAutoGenerators.h | |
parent | 5d3bca6485b6b08a8cd18927a284f09cc925f24f (diff) | |
download | CMake-f86ba8ee8ed5c38c16df1784c5f4cceb7b02df74.zip CMake-f86ba8ee8ed5c38c16df1784c5f4cceb7b02df74.tar.gz CMake-f86ba8ee8ed5c38c16df1784c5f4cceb7b02df74.tar.bz2 |
Autogen: Reintroduce per-config sources support
Reintroduce per-config sources support in AUTOGEN but disable it by default.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index ad95700..a7bb538 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -183,8 +183,9 @@ private: std::string& output) const; // -- Meta - std::string ConfigSuffix; std::string InfoFile; + std::string ConfigSuffix; + cmQtAutoGen::MultiConfig MultiConfig; // -- Settings bool IncludeProjectDirsBefore; bool Verbose; |