# HG changeset patch # User Shabe Razvi # Date 1274889937 -3600 # Node ID f3a459ab2cfe399a2c742863ce95492293bead68 # Parent ee03efed9e3ce427d26e53dac9d08f3a0890c8ef Run qmake after exports too, to allow -configure options to be applied diff -r ee03efed9e3c -r f3a459ab2cfe common/templates/run-qmake.ant.xml.ftl --- a/common/templates/run-qmake.ant.xml.ftl Wed May 26 13:46:40 2010 +0100 +++ b/common/templates/run-qmake.ant.xml.ftl Wed May 26 17:05:37 2010 +0100 @@ -3,6 +3,8 @@ + + <#list data["//unit/@bldFile/.."] as unit> @@ -24,7 +26,8 @@ - + + <#list data["//unit/@bldFile/.."] as unit> @@ -76,7 +79,7 @@ <#list data["//unit/@proFile/.."] as unit> - <#if (unit.@proFile!="projects.pro" && unit.@proFile!="hb.pro")> + <#if (unit.@proFile!="hb.pro")> Running qmake for ${unit.@bldFile}/${unit.@proFile} @@ -104,33 +107,6 @@ - - - <#list data["//unit/@proFile/.."] as unit> - <#if (unit.@proFile="projects.pro")> - Running qmake for ${unit.@bldFile}/${unit.@proFile} - - - - - - - - <#if unit.@qmakeArgs[0]??> - - <#else> - - - - - - - - - - - - diff -r ee03efed9e3c -r f3a459ab2cfe sf-platform/compile.ant.xml --- a/sf-platform/compile.ant.xml Wed May 26 13:46:40 2010 +0100 +++ b/sf-platform/compile.ant.xml Wed May 26 17:05:37 2010 +0100 @@ -33,11 +33,16 @@ - + + + + + +