# HG changeset patch # User Shabe Razvi # Date 1272039624 -3600 # Node ID 6c90564578a6d339ee9982b22b2a6cc130110008 # Parent b667ef1d5a4f7589e4d7a44f7e6dd08854d3b1c5 Update qmake template to run Orbit's configure.py tool 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} + + + + + + + + + + + + + + + + + + + +