sf-tools/run-qmake.ant.xml.ftl
changeset 1293 5450d9b3723a
parent 1291 d1eb3865f97d
child 1294 6a48e8922c95
equal deleted inserted replaced
1292:f853a7acb410 1293:5450d9b3723a
     4     <target name="all" depends="sd-qmake-all-profiles"/>
     4     <target name="all" depends="sd-qmake-all-profiles"/>
     5 
     5 
     6 
     6 
     7     <target name="sf-configure-orbit">
     7     <target name="sf-configure-orbit">
     8         <sequential>
     8         <sequential>
     9   <#list data["//unit[@proFile = 'hb.pro']"] as unit>
       
    10             <echo>Running configure.py for ${unit.@bldFile}/${unit.@proFile}</echo>
       
    11             <if>
       
    12                 <available file="${r'$'}{build.drive}${unit.@bldFile}" type="dir"/>
       
    13                 <then>
       
    14                     <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}${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_configure.log">
    15                         <arg value="/C"/>
    10                         <arg value="/C"/>
    16                         <arg value="python"/>
    11                         <arg value="python"/>
    17                         <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"/>
    18                     </exec>
    13                     </exec>
    21                     <echo>INFO: Running Orbit theme installer, make install step</echo>
    16                     <echo>INFO: Running Orbit theme installer, make install step</echo>
    22                     <exec executable="cmd" dir="${r'$'}{build.drive}${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_install_hb_configure.log">
    17                     <exec executable="cmd" dir="${r'$'}{build.drive}${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_install_hb_configure.log">
    23                         <arg value="/C"/>
    18                         <arg value="/C"/>
    24                         <arg value="make install"/>
    19                         <arg value="make install"/>
    25                     </exec>
    20                     </exec>
    26                 </then>
       
    27                 <else>
       
    28                     <echo message="ERROR: Directory ${r'$'}{build.drive}${unit.@bldFile} doesn't exist."/>
       
    29                 </else>
       
    30             </if>
       
    31   </#list>
       
    32         </sequential>
    21         </sequential>
    33     </target>
    22     </target>
    34 
    23 
    35     
    24     
    36 </project>
    25 </project>