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