Fix the propgrid sample being compiled when USE_PROPGRID=0

This commit is contained in:
Raul Tambre
2017-02-05 13:46:01 +02:00
parent 3ad61b9005
commit cbd516c52f
4 changed files with 19 additions and 4 deletions

View File

@@ -61,7 +61,7 @@
<subproject id="power" template="sub"/>
<subproject id="preferences" template="sub"/>
<subproject id="printing" template="sub"/>
<subproject id="propgrid" template="sub"/>
<subproject id="propgrid" template="sub" cond="USE_PROPGRID=='1'"/>
<subproject id="regtest" template="sub"/>
<subproject id="render" template="sub"/>
<subproject id="ribbon" template="sub"/>