# HG changeset patch # User Shabe Razvi # Date 1272472081 -3600 # Node ID 334e3f2f79e52029ea58b8b0b906ad558c063fe8 # Parent 9bb7a955c2b31a5f9e47ea8694dc9af696084797 Update run-qmake template to run Orbit configure.py first, followed by mkspec export. This should allow hb SYSTEMINCLUDEs for subsequently processed .pro files. diff -r 9bb7a955c2b3 -r 334e3f2f79e5 common/templates/run-qmake.ant.xml.ftl --- a/common/templates/run-qmake.ant.xml.ftl Mon Apr 26 18:40:56 2010 +0100 +++ b/common/templates/run-qmake.ant.xml.ftl Wed Apr 28 17:28:01 2010 +0100 @@ -4,6 +4,31 @@ + + <#list data["//unit/@proFile/.."] as unit> + <#if (unit.@proFile=="hb.pro")> + Running configure.py for ${unit.@bldFile}/${unit.@proFile} + + + + + + + + + + + + + + INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile} + + + + + + + <#list data["//unit/@proFile/.."] as unit> @@ -30,24 +55,7 @@ - - <#else> - - Running configure.py for ${unit.@bldFile}/${unit.@proFile} - - - - - - - - - - - - - - +