buildframework/helium/tools/compile/qt/qt.ant.xml
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
equal deleted inserted replaced
643:27cf35f95864 645:b8d81fa19e7d
    57     -->
    57     -->
    58     
    58     
    59     <!-- Check, is qmake is enabled -->
    59     <!-- Check, is qmake is enabled -->
    60     <condition property="internal.qmake.enabled">
    60     <condition property="internal.qmake.enabled">
    61         <istrue value="${qmake.enabled}"/>
    61         <istrue value="${qmake.enabled}"/>
       
    62     </condition>
       
    63     <condition property="iswindows" value="true" else="false">
       
    64         <os family='windows'/>
    62     </condition>
    65     </condition>
    63     
    66     
    64     <!--
    67     <!--
    65         Executing qmake on all Qt components defined under the system definition file.
    68         Executing qmake on all Qt components defined under the system definition file.
    66         It must use schema v1.5.0+, and Qt unit must define a proFile attibute.   
    69         It must use schema v1.5.0+, and Qt unit must define a proFile attibute.