Prevent qmake from being run before it is built
authorShabe Razvi <shaber@symbian.org>
Mon, 19 Apr 2010 11:11:15 +0100
changeset 975 9e13c23197b2
parent 974 987d54f2fefd
child 976 50e351dfaafe
Prevent qmake from being run before it is built
sf-platform/compile.ant.xml
--- a/sf-platform/compile.ant.xml	Fri Apr 16 17:45:52 2010 +0100
+++ b/sf-platform/compile.ant.xml	Mon Apr 19 11:11:15 2010 +0100
@@ -39,6 +39,7 @@
         <!-- sf.spec.sbs.tools.config param used. do-target-build will decide to build sequentially/together -->
         <antcall target="sf-do-target-compile" inheritAll="false" inheritRefs="true">
             <param name="i.sf.spec.sbs.config" value="${sf.spec.sbs.tools.config}" />           
+            <param name="qmake.enabled"        value="false"/> <!-- ensure qmake is not run, before its available -->
         </antcall>
       </then>
       <else>
@@ -73,6 +74,7 @@
     <antcall target="compile-main" inheritAll="false" inheritRefs="true">
         <param name="build.system" value="${sf.spec.build.system}" />
         <param name="sbs.inputs.list" value="sf.export"/>
+        <param name="qmake.enabled"   value="false"/> <!-- ensure qmake is not run, before its available -->
     </antcall> 
   </target>