Initialize verbose based onb the env.var.
Alex
This commit is contained in:
parent
ace121534d
commit
93032953af
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
|
|
||||||
cmQtAutomoc::cmQtAutomoc()
|
cmQtAutomoc::cmQtAutomoc()
|
||||||
:Verbose(true)
|
:Verbose(cmsys::SystemTools::GetEnv("VERBOSE") != 0)
|
||||||
,RunMocFailed(false)
|
,RunMocFailed(false)
|
||||||
,GenerateAll(false)
|
,GenerateAll(false)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user