common/templates/run-qmake.ant.xml.ftl
changeset 1186 8174fb206005
parent 1185 945cb07df767
child 1200 17aa569095fc
equal deleted inserted replaced
1185:945cb07df767 1186:8174fb206005
    59                     <available file="${r'$'}{build.drive}/${unit.@bldFile}" type="dir"/>
    59                     <available file="${r'$'}{build.drive}/${unit.@bldFile}" type="dir"/>
    60                     <then>
    60                     <then>
    61                         <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_configure.log">
    61                         <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_configure.log">
    62                             <arg value="/C"/>
    62                             <arg value="/C"/>
    63                             <arg value="python"/>
    63                             <arg value="python"/>
    64                             <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"/>
    64                             <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"/>
    65                         </exec>
    65                         </exec>
    66                         
    66                         
    67                         <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile}</echo>
    67                         <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile}</echo>
    68                         <echo>INFO: Running Orbit theme installer, make install step</echo>
    68                         <echo>INFO: Running Orbit theme installer, make install step</echo>
    69                         <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_install_hb_configure.log">
    69                         <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_install_hb_configure.log">