diff options
Diffstat (limited to 'Source/cmQtAutomoc.h')
-rw-r--r-- | Source/cmQtAutomoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutomoc.h b/Source/cmQtAutomoc.h index edb66f0..af77366 100644 --- a/Source/cmQtAutomoc.h +++ b/Source/cmQtAutomoc.h @@ -61,6 +61,7 @@ private: std::list<std::string> MocDefinitions; bool Verbose; + bool ColorOutput; bool RunMocFailed; bool GenerateAll; |