common/templates/run-qmake.ant.xml.ftl
changeset 1185 945cb07df767
parent 1149 c0d6044491e0
child 1186 8174fb206005
equal deleted inserted replaced
1184:0485a6899b9b 1185:945cb07df767
    56           <#if (unit.@proFile=="hb.pro")>
    56           <#if (unit.@proFile=="hb.pro")>
    57                 <echo>Running configure.py for ${unit.@bldFile}/${unit.@proFile}</echo>
    57                 <echo>Running configure.py for ${unit.@bldFile}/${unit.@proFile}</echo>
    58                 <if>
    58                 <if>
    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">
    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-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"/>
    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">
    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">
    70                             <arg value="/C"/>
    70                             <arg value="/C"/>
    71                             <arg value="make install"/>
    71                             <arg value="make install"/>
    72                         </exec>
    72                         </exec>
    73                     </then>
    73                     </then>
    74                     <else>
    74                     <else>