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> + + + + + + + + + + + +