Initialize verbose based onb the env.var.

Alex
This commit is contained in:
Alex Neundorf 2011-08-10 23:49:30 +02:00
parent ace121534d
commit 93032953af
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
cmQtAutomoc::cmQtAutomoc() cmQtAutomoc::cmQtAutomoc()
:Verbose(true) :Verbose(cmsys::SystemTools::GetEnv("VERBOSE") != 0)
,RunMocFailed(false) ,RunMocFailed(false)
,GenerateAll(false) ,GenerateAll(false)
{ {