Make sure new run-qmake.ant.xml.ftl is used.
authorJohan Groth <johang@symbian.org>
Thu, 07 Oct 2010 13:44:15 +0100
changeset 1292 f853a7acb410
parent 1291 d1eb3865f97d
child 1293 5450d9b3723a
Make sure new run-qmake.ant.xml.ftl is used.
sf-tools/build.xml
--- a/sf-tools/build.xml	Thu Oct 07 10:47:56 2010 +0100
+++ b/sf-tools/build.xml	Thu Oct 07 13:44:15 2010 +0100
@@ -6,6 +6,9 @@
   <!-- import package properties -->
   <import file="${sf.tools.config.dir}/tools_props.ant.xml" optional="true"/>
   
+  <!-- use sf-tools -->
+  <property name="qt.qmake.ant.template" value="${sf.tools.config.dir}/run-qmake.ant.xml.ftl"/> <!-- override helium default to use our own template -->
+
   <!-- import common properties/targets/references -->
   <import file="../common/build.xml" />