Improve guard by checking for qmake.exe rather than qmake.bat
authorShabe Razvi <shaber@symbian.org>
Mon, 26 Apr 2010 15:05:16 +0100
changeset 1013 f4a77e1d1446
parent 1012 d059f7d92065
child 1014 9bb7a955c2b3
Improve guard by checking for qmake.exe rather than qmake.bat
common/templates/run-qmake.ant.xml.ftl
--- a/common/templates/run-qmake.ant.xml.ftl	Mon Apr 26 14:57:26 2010 +0100
+++ b/common/templates/run-qmake.ant.xml.ftl	Mon Apr 26 15:05:16 2010 +0100
@@ -2,7 +2,7 @@
 <project name="run-qmake-${ant['sysdef.configuration']}" default="all">
 
     <target name="all">
-    <if><available file="${r'$'}{build.drive}/epoc32/tools/qmake.bat" type="file"/>
+    <if><available file="${r'$'}{build.drive}/epoc32/tools/qt/qmake.exe" type="file"/>
     <then>
 
         <parallel threadCount="${r'$'}{number.of.threads}">