diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-10 21:49:30 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-14 13:58:09 (GMT) |
commit | 93032953afb5bd939dceb3ce427f4b6fa50e2450 (patch) | |
tree | 15ce110d1fdf3b8e0617b1d0c475079a30e473cc /Source | |
parent | ace121534de464bc7da35694a93cfb8ccc3effb6 (diff) | |
download | CMake-93032953afb5bd939dceb3ce427f4b6fa50e2450.zip CMake-93032953afb5bd939dceb3ce427f4b6fa50e2450.tar.gz CMake-93032953afb5bd939dceb3ce427f4b6fa50e2450.tar.bz2 |
Initialize verbose based onb the env.var.
Alex
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmQtAutomoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutomoc.cxx b/Source/cmQtAutomoc.cxx index 5bfb928..2add7c0 100644 --- a/Source/cmQtAutomoc.cxx +++ b/Source/cmQtAutomoc.cxx @@ -8,7 +8,7 @@ cmQtAutomoc::cmQtAutomoc() -:Verbose(true) +:Verbose(cmsys::SystemTools::GetEnv("VERBOSE") != 0) ,RunMocFailed(false) ,GenerateAll(false) { |