common/templates/run-qmake.ant.xml.ftl
changeset 1016 f4a77e1d1446
parent 979 6c90564578a6
child 1018 334e3f2f79e5
equal deleted inserted replaced
1015:d059f7d92065 1016:f4a77e1d1446
     1 <?xml version="1.0"?>
     1 <?xml version="1.0"?>
     2 <project name="run-qmake-${ant['sysdef.configuration']}" default="all">
     2 <project name="run-qmake-${ant['sysdef.configuration']}" default="all">
     3 
     3 
     4     <target name="all">
     4     <target name="all">
     5     <if><available file="${r'$'}{build.drive}/epoc32/tools/qmake.bat" type="file"/>
     5     <if><available file="${r'$'}{build.drive}/epoc32/tools/qt/qmake.exe" type="file"/>
     6     <then>
     6     <then>
     7 
     7 
     8         <parallel threadCount="${r'$'}{number.of.threads}">
     8         <parallel threadCount="${r'$'}{number.of.threads}">
     9     <#list data["//unit/@proFile/.."] as unit>
     9     <#list data["//unit/@proFile/.."] as unit>
    10             <sequential>
    10             <sequential>