diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-04-22 14:39:50 +0200 |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-04-22 14:39:50 +0200 |
commit | 7c5f5f1a209952828ddce26827b96ab9b9143949 (patch) | |
tree | f0503d4a0b8fff921182bbe0bc204a7d3083a2aa /Source/cmQtAutoGenerators.h | |
parent | 1d5ed679ced9126f7cf686dd614e02b473d16b5e (diff) | |
download | cmake-7c5f5f1a209952828ddce26827b96ab9b9143949.tar.gz |
Autogen: Generate moc_predefs.h only on demand
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index df43b333ca..987110f09c 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -186,6 +186,7 @@ private: std::string SettingsStringRcc; // -- Moc bool MocSettingsChanged; + bool MocPredefsChanged; bool MocRelaxedMode; bool MocRunFailed; std::string MocCppFilenameRel; |