--- a/sf-tools/run-qmake.ant.xml.ftl Thu Oct 07 14:06:12 2010 +0100
+++ b/sf-tools/run-qmake.ant.xml.ftl Thu Oct 07 15:08:50 2010 +0100
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<project name="run-qmake" default="all">
- <target name="all" depends="sd-qmake-all-profiles"/>
+ <target name="all" depends="sf-configure-orbit"/>
<target name="sf-configure-orbit">
<sequential>
- <exec executable="cmd" dir="${r'$'}{build.drive}${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_configure.log">
+ <exec executable="cmd" dir="${r'$'}{build.drive}/sf/mw/hb" 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 --host-make-bin=mingw32-make.exe --host-qmake-bin=qmake.exe --qmake-spec=win32-g++ --platform=symbian --qmake-options=MMP_RULES+=EXPORTUNFROZEN CONFIG+=sgimagelite_support DEFINES+=HB_EFFECTS_OPENVG DEFINES+=HB_FILTER_EFFECTS"/>