Remove explicit use of configure.py option --qmake-bin, using qmake.exe from the PATH instead
authorShabe Razvi <shaber@symbian.org>
Fri, 16 Jul 2010 14:27:15 +0100
changeset 1186 8174fb206005
parent 1185 945cb07df767
child 1187 67aec47e519a
child 1188 b7b3892c3ce5
Remove explicit use of configure.py option --qmake-bin, using qmake.exe from the PATH instead
common/templates/run-qmake.ant.xml.ftl
--- a/common/templates/run-qmake.ant.xml.ftl	Thu Jul 15 15:01:00 2010 +0100
+++ b/common/templates/run-qmake.ant.xml.ftl	Fri Jul 16 14:27:15 2010 +0100
@@ -61,7 +61,7 @@
                         <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_configure.log">
                             <arg value="/C"/>
                             <arg value="python"/>
-                            <arg line ="configure.py --qmake-bin=\epoc32\tools\qmake.bat --qmake-spec=symbian-sbsv2 --platform=symbian --qmake-options=MMP_RULES+=EXPORTUNFROZEN CONFIG+=sgimagelite_support DEFINES+=HB_EFFECTS_OPENVG DEFINES+=HB_FILTER_EFFECTS"/>
+                            <arg line ="configure.py --qmake-spec=symbian-sbsv2 --platform=symbian --qmake-options=MMP_RULES+=EXPORTUNFROZEN CONFIG+=sgimagelite_support DEFINES+=HB_EFFECTS_OPENVG DEFINES+=HB_FILTER_EFFECTS"/>
                         </exec>
                         
                         <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile}</echo>