common/templates/run-qmake.ant.xml.ftl
changeset 1052 401ecaf0a844
parent 1049 106264ed9735
child 1106 232bce64d370
child 1120 794ddd7e666a
equal deleted inserted replaced
1051:044ab1b95cae 1052:401ecaf0a844
    57                     <available file="${r'$'}{build.drive}/${unit.@bldFile}" type="dir"/>
    57                     <available file="${r'$'}{build.drive}/${unit.@bldFile}" type="dir"/>
    58                     <then>
    58                     <then>
    59                         <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false">
    59                         <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false">
    60                             <arg value="/C"/>
    60                             <arg value="/C"/>
    61                             <arg value="python"/>
    61                             <arg value="python"/>
    62                             <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"/>
    62                             <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"/>
       
    63                         </exec>
       
    64                         
       
    65                         <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile}</echo>
       
    66                         <echo>INFO: Running Orbit theme installer, make install step</echo>
       
    67                         <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false">
       
    68                             <arg value="/C"/>
       
    69                             <arg value="make install"/>
    63                         </exec>
    70                         </exec>
    64                     </then>
    71                     </then>
    65                     <else>
    72                     <else>
    66                        <echo message="ERROR: Directory ${r'$'}{build.drive}/${unit.@bldFile} doesn't exist."/>
    73                        <echo message="ERROR: Directory ${r'$'}{build.drive}/${unit.@bldFile} doesn't exist."/>
    67                     </else>
    74                     </else>
    68                 </if>
    75                 </if>
    69                 <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile}</echo>
       
    70 
       
    71                 <copy file="${r'$'}{build.drive}/${unit.@bldFile}/hb_install.prf" todir="${r'$'}{build.drive}/epoc32/tools/qt/mkspecs/features" overwrite="true"/>
       
    72                 <copy file="${r'$'}{build.drive}/${unit.@bldFile}/hb.prf"         todir="${r'$'}{build.drive}/epoc32/tools/qt/mkspecs/features" overwrite="true"/>
       
    73 	  </#if>
    76 	  </#if>
    74     </#list>
    77     </#list>
    75 
    78 
    76             </sequential>
    79             </sequential>
    77 
    80