summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-10 21:49:30 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-08-14 13:58:09 (GMT)
commit93032953afb5bd939dceb3ce427f4b6fa50e2450 (patch)
tree15ce110d1fdf3b8e0617b1d0c475079a30e473cc /Source
parentace121534de464bc7da35694a93cfb8ccc3effb6 (diff)
downloadCMake-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.cxx2
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)
{