# HG changeset patch # User Shabe Razvi # Date 1272579194 -3600 # Node ID b89c1ad56824783e808b1d47cdf36e5519c9605b # Parent 1a9b749add1a5c71e02e9d0f3a0d6ed75f6ba316 Run qmake on Qt package before Orbit diff -r 1a9b749add1a -r b89c1ad56824 common/templates/run-qmake.ant.xml.ftl --- a/common/templates/run-qmake.ant.xml.ftl Wed Apr 28 23:14:14 2010 +0100 +++ b/common/templates/run-qmake.ant.xml.ftl Thu Apr 29 23:13:14 2010 +0100 @@ -6,6 +6,32 @@ <#list data["//unit/@proFile/.."] as unit> + <#if (unit.@proFile=="projects.pro")> + Running qmake for ${unit.@bldFile}/${unit.@proFile} + + + + + + + + <#if unit.@qmakeArgs[0]??> + + <#else> + + + + + + + + + + + + + + <#list data["//unit/@proFile/.."] as unit> <#if (unit.@proFile=="hb.pro")> Running configure.py for ${unit.@bldFile}/${unit.@proFile}