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 |
5 |
6 <if><not><available file="${r'$'}{build.drive}/epoc32/tools/qt/qmake.exe" type="file"/></not> |
6 <!-- Qmake needs to have been built in this environment, to generate bld.infs to built Qt itself. |
|
7 Qmake.exe only exists in the source tree if its been built --> |
|
8 |
|
9 <if><not><available file="${r'$'}{build.drive}/sf/mw/qt/bin/qmake.exe" type="file"/></not> |
7 <then> |
10 <then> |
8 <sequential> |
11 <sequential> |
9 |
|
10 <#list data["//unit/@bldFile/.."] as unit> |
12 <#list data["//unit/@bldFile/.."] as unit> |
11 <#if (unit.@bldFile=="/sf/mw/qt/src/s60installs/deviceconfiguration")> |
13 <#if (unit.@bldFile=="/sf/mw/qt/src/s60installs/deviceconfiguration")> |
12 <echo>INFO: Building and configuring qmake for ${unit.@bldFile}</echo> |
14 <echo>INFO: Building and configuring qmake for ${unit.@bldFile}</echo> |
13 <if> |
15 <if> |
14 <available file="${r'$'}{build.drive}/${unit.@bldFile}" type="dir"/> |
16 <available file="${r'$'}{build.drive}/${unit.@bldFile}" type="dir"/> |