Use config list in run-qmake
authorShabe Razvi <shaber@symbian.org>
Mon, 26 Apr 2010 18:40:56 +0100
changeset 1017 9bb7a955c2b3
parent 1016 f4a77e1d1446
child 1018 334e3f2f79e5
Use config list in run-qmake
sf-platform/compile.ant.xml
--- a/sf-platform/compile.ant.xml	Mon Apr 26 15:05:16 2010 +0100
+++ b/sf-platform/compile.ant.xml	Mon Apr 26 18:40:56 2010 +0100
@@ -54,6 +54,7 @@
 	  <!-- explicitly run qmake once, as iterative build will repeat the step  -->
 	  <antcall target="run-qmake" inheritAll="false" inheritRefs="true">
 	      <param name="qmake.enabled" value="true"/>
+              <param name="sysdef.configuration" value="${sysdef.configurations.list}"/>
 	  </antcall>
 	  
 	  <!-- perform exports for bld.infs generated by qmake -->