equal
deleted
inserted
replaced
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> |