Fix STC samples being compiled when USE_STC=0

This commit is contained in:
Raul Tambre
2017-02-05 14:11:28 +02:00
parent 801b0b1c30
commit 779276d854
4 changed files with 35 additions and 5 deletions

View File

@@ -75,7 +75,7 @@
<subproject id="splash" template="sub" cond="USE_MEDIA=='1'"/>
<subproject id="splitter" template="sub"/>
<subproject id="statbar" template="sub"/>
<subproject id="stc" template="sub"/>
<subproject id="stc" template="sub" cond="USE_STC=='1'"/>
<subproject id="svg" template="sub"/>
<subproject id="taborder" template="sub"/>
<subproject id="taskbar" template="sub"/>
@@ -87,7 +87,7 @@
<subproject id="uiaction" template="sub"/>
<subproject id="validate" template="sub"/>
<subproject id="vscroll" template="sub"/>
<subproject id="webview" template="sub"/>
<subproject id="webview" template="sub" cond="USE_STC=='1'"/>
<subproject id="widgets" template="sub"/>
<subproject id="wizard" template="sub"/>
<subproject id="wrapsizer" template="sub"/>