diff -r b667ef1d5a4f -r 6c90564578a6 common/templates/run-qmake.ant.xml.ftl --- a/common/templates/run-qmake.ant.xml.ftl Tue Apr 20 18:34:32 2010 +0100 +++ b/common/templates/run-qmake.ant.xml.ftl Fri Apr 23 17:20:24 2010 +0100 @@ -2,9 +2,15 @@ + + + <#list data["//unit/@proFile/.."] as unit> + + <#if (unit.@proFile!="hb.pro")> + Running qmake for ${unit.@bldFile}/${unit.@proFile} @@ -25,9 +31,32 @@ + <#else> + + Running configure.py for ${unit.@bldFile}/${unit.@proFile} + + + + + + + + + + + + + + + + + + + +