summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-09-12 08:08:10 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-09-25 14:27:38 (GMT)
commitf86ba8ee8ed5c38c16df1784c5f4cceb7b02df74 (patch)
tree497c8cd3e5f4a9fe94154273cd0cf2dcdfc1bc7b /Source/cmQtAutoGenerators.h
parent5d3bca6485b6b08a8cd18927a284f09cc925f24f (diff)
downloadCMake-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.h3
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;