diff -r ac316618673b -r 35d8126bcf87 common/templates/run-qmake.ant.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/templates/run-qmake.ant.xml.ftl Thu Apr 15 16:54:31 2010 +0100 @@ -0,0 +1,33 @@ + + + + + + <#list data["//unit/@proFile/.."] as unit> + + Running qmake for ${unit.@bldFile}/${unit.@proFile} + + + + + + + + <#if unit.@qmakeArgs[0]??> + + <#else> + + + + + + + + + + + + + + +