Fix the richtext sample being compiled when USE_RICHTEXT=0

This commit is contained in:
Raul Tambre
2017-02-05 13:52:18 +02:00
parent 314d3adbee
commit 801b0b1c30
4 changed files with 9 additions and 5 deletions

View File

@@ -65,7 +65,7 @@
<subproject id="regtest" template="sub"/>
<subproject id="render" template="sub"/>
<subproject id="ribbon" template="sub" cond="USE_RIBBON=='1'"/>
<subproject id="richtext" template="sub" cond="USE_HTML=='1'"/>
<subproject id="richtext" template="sub" cond="USE_HTML=='1' and USE_RICHTEXT=='1'"/>
<subproject id="sashtest" template="sub"/>
<subproject id="scroll" template="sub"/>
<subproject id="secretstore" template="sub"/>