Fix STC samples being compiled when USE_STC=0
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user