common/templates/run-qmake.ant.xml.ftl
changeset 1049 106264ed9735
parent 1048 f3a459ab2cfe
child 1052 401ecaf0a844
equal deleted inserted replaced
1048:f3a459ab2cfe 1049:106264ed9735
    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"/>
    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>
    63                         </exec>
    64                     </then>
    64                     </then>
    65                     <else>
    65                     <else>
    66                        <echo message="ERROR: Directory ${r'$'}{build.drive}/${unit.@bldFile} doesn't exist."/>
    66                        <echo message="ERROR: Directory ${r'$'}{build.drive}/${unit.@bldFile} doesn't exist."/>
    67                     </else>
    67                     </else>