# HG changeset patch # User Shabe Razvi # Date 1272477885 -3600 # Node ID 92dd719cc91b2474259cfc7ce53142b8fbe10982 # Parent 64899060ea4db1e50891176d0cf823e387cc14b4# Parent 6c90564578a6d339ee9982b22b2a6cc130110008 Merge diff -r 64899060ea4d -r 92dd719cc91b common/templates/run-qmake.ant.xml.ftl --- a/common/templates/run-qmake.ant.xml.ftl Wed Apr 28 18:02:45 2010 +0100 +++ b/common/templates/run-qmake.ant.xml.ftl Wed Apr 28 19:04:45 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} + + + + + + + + + + + + + + + + + + + +