# HG changeset patch # User Shabe Razvi # Date 1272640844 -3600 # Node ID ebfa9f019473693cca94917dd4b9ea3460c24cd8 # Parent b89c1ad56824783e808b1d47cdf36e5519c9605b Build qmake in .ftl, prior to running on all .pro files diff -r b89c1ad56824 -r ebfa9f019473 common/templates/run-qmake.ant.xml.ftl --- a/common/templates/run-qmake.ant.xml.ftl Thu Apr 29 23:13:14 2010 +0100 +++ b/common/templates/run-qmake.ant.xml.ftl Fri Apr 30 16:20:44 2010 +0100 @@ -2,34 +2,29 @@ - - - - <#list data["//unit/@proFile/.."] as unit> - <#if (unit.@proFile=="projects.pro")> - Running qmake for ${unit.@bldFile}/${unit.@proFile} + + + + <#list data["//unit/@bldFile/.."] as unit> + <#if (unit.@bldFile=="mw/qt/src/s60installs/deviceconfiguration")> + INFO: Building qmake for ${unit.@bldFile} - + - + - - - <#if unit.@qmakeArgs[0]??> - - <#else> - - - + - + + - - - + + + + <#list data["//unit/@proFile/.."] as unit> <#if (unit.@proFile=="hb.pro")> @@ -89,8 +84,6 @@ - -