# HG changeset patch # User Shabe Razvi # Date 1271346871 -3600 # Node ID 35d8126bcf877330be5064ec2dba049ab87da672 # Parent ac316618673bfe7ad794887b1dfd91c094ffda36 Use qt.qmake.ant.template property for custom qmake template diff -r ac316618673b -r 35d8126bcf87 common/build.xml --- a/common/build.xml Wed Apr 14 14:12:43 2010 +0100 +++ b/common/build.xml Thu Apr 15 16:54:31 2010 +0100 @@ -60,7 +60,8 @@ - + + 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> + + + + + + + + + + + + + + +