diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-06-14 14:14:57 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-06-21 17:16:40 (GMT) |
commit | e28dc3b1d8863bc39e9f7545beb50a2f35fd2647 (patch) | |
tree | 3d89191a9d368bd6ed3e509d3e13cc27d3d13112 /Source/cmQtAutoGeneratorRcc.cxx | |
parent | 39f40bde4b783e738addb4327c53c8b47a0c0178 (diff) | |
download | CMake-e28dc3b1d8863bc39e9f7545beb50a2f35fd2647.zip CMake-e28dc3b1d8863bc39e9f7545beb50a2f35fd2647.tar.gz CMake-e28dc3b1d8863bc39e9f7545beb50a2f35fd2647.tar.bz2 |
Autogen: Add CMAKE_AUTOGEN_VERBOSE variable support
Setting CMAKE_AUTOGEN_VERBOSE enables verbose output during
AUTOMOC, AUTOUIC and AUTORCC generation.
Diffstat (limited to 'Source/cmQtAutoGeneratorRcc.cxx')
-rw-r--r-- | Source/cmQtAutoGeneratorRcc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGeneratorRcc.cxx b/Source/cmQtAutoGeneratorRcc.cxx index 3064895..e49599f 100644 --- a/Source/cmQtAutoGeneratorRcc.cxx +++ b/Source/cmQtAutoGeneratorRcc.cxx @@ -70,6 +70,7 @@ bool cmQtAutoGeneratorRcc::Init(cmMakefile* makefile) } // - Configurations + Log().RaiseVerbosity(InfoGet("ARCC_VERBOSITY")); MultiConfig_ = makefile->IsOn("ARCC_MULTI_CONFIG"); // - Directories |