buildframework/helium/tools/compile/qt/qt.ant.xml
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
--- a/buildframework/helium/tools/compile/qt/qt.ant.xml	Wed Sep 29 17:48:06 2010 +0100
+++ b/buildframework/helium/tools/compile/qt/qt.ant.xml	Sun Oct 10 15:22:15 2010 +0300
@@ -60,6 +60,9 @@
     <condition property="internal.qmake.enabled">
         <istrue value="${qmake.enabled}"/>
     </condition>
+    <condition property="iswindows" value="true" else="false">
+        <os family='windows'/>
+    </condition>
     
     <!--
         Executing qmake on all Qt components defined under the system definition file.