# HG changeset patch # User Shabe Razvi # Date 1274878000 -3600 # Node ID ee03efed9e3ce427d26e53dac9d08f3a0890c8ef # Parent 871bdf0d761034876b07082970033202a728c461 Change Qt qmake order to allow -config qmake args to be passed correctly diff -r 871bdf0d7610 -r ee03efed9e3c common/templates/run-qmake.ant.xml.ftl --- a/common/templates/run-qmake.ant.xml.ftl Tue May 25 20:30:36 2010 +0100 +++ b/common/templates/run-qmake.ant.xml.ftl Wed May 26 13:46:40 2010 +0100 @@ -76,7 +76,7 @@ <#list data["//unit/@proFile/.."] as unit> - <#if (unit.@proFile!="hb.pro")> + <#if (unit.@proFile!="projects.pro" && unit.@proFile!="hb.pro")> Running qmake for ${unit.@bldFile}/${unit.@proFile} @@ -105,6 +105,32 @@ + + <#list data["//unit/@proFile/.."] as unit> + <#if (unit.@proFile="projects.pro")> + Running qmake for ${unit.@bldFile}/${unit.@proFile} + + + + + + + + <#if unit.@qmakeArgs[0]??> + + <#else> + + + + + + + + + + + +