Build Qmake only if Qt package is being built
authorShabe Razvi <shaber@symbian.org>
Fri, 18 Jun 2010 15:12:44 +0100
changeset 1106 232bce64d370
parent 1105 0a2d5d0db211
child 1107 9e4e5aee4e8c
Build Qmake only if Qt package is being built
common/build.xml
common/templates/run-qmake.ant.xml.ftl
--- a/common/build.xml	Mon Jun 14 16:10:45 2010 +0100
+++ b/common/build.xml	Fri Jun 18 15:12:44 2010 +0100
@@ -741,7 +741,7 @@
     
     <!-- Unpack the rnd zips ready to be used in the build -->
     <target name="sf-unpack-rnd">
-        <echo message="Unpacking any available RnD binaries"/>
+        <echo message="INFO Unpacking any available RnD binaries"/>
         <for param="rndZip">
             <fileset dir="${build.drive}/output/zips/">
                 <include name="binaries_*.zip"/> <!-- Internal rnd bins -->
--- a/common/templates/run-qmake.ant.xml.ftl	Mon Jun 14 16:10:45 2010 +0100
+++ b/common/templates/run-qmake.ant.xml.ftl	Fri Jun 18 15:12:44 2010 +0100
@@ -3,10 +3,12 @@
 
     <target name="all">
 
-    <if><not><available file="${r'$'}{build.drive}/epoc32/tools/qt/qmake.exe" type="file"/></not>
+    <!-- Qmake needs to have been built in this environment, to generate bld.infs to built Qt itself.  
+         Qmake.exe only exists in the source tree if its been built  -->
+
+    <if><not><available file="${r'$'}{build.drive}/sf/mw/qt/bin/qmake.exe" type="file"/></not>
     <then>
 	        <sequential>
-
 	<#list data["//unit/@bldFile/.."] as unit>
           <#if (unit.@bldFile=="/sf/mw/qt/src/s60installs/deviceconfiguration")>
                 <echo>INFO: Building and configuring qmake for ${unit.@bldFile}</echo>