sf-tools/run-qmake.ant.xml.ftl
changeset 1262 6a48e8922c95
parent 1261 5450d9b3723a
child 1263 b8cd1888a3b2
equal deleted inserted replaced
1261:5450d9b3723a 1262:6a48e8922c95
     1 <?xml version="1.0"?>
     1 <?xml version="1.0"?>
     2 <project name="run-qmake" default="all">
     2 <project name="run-qmake" default="all">
     3 
     3 
     4     <target name="all" depends="sd-qmake-all-profiles"/>
     4     <target name="all" depends="sf-configure-orbit"/>
     5 
     5 
     6 
     6 
     7     <target name="sf-configure-orbit">
     7     <target name="sf-configure-orbit">
     8         <sequential>
     8         <sequential>
     9                     <exec executable="cmd" dir="${r'$'}{build.drive}${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_configure.log">
     9                     <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">
    10                         <arg value="/C"/>
    10                         <arg value="/C"/>
    11                         <arg value="python"/>
    11                         <arg value="python"/>
    12                         <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"/>
    12                         <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"/>
    13                     </exec>
    13                     </exec>
    14                         
    14