author | Johan Groth <johang@symbian.org> |
Thu, 07 Oct 2010 15:25:24 +0100 | |
changeset 1263 | b8cd1888a3b2 |
parent 1262 | 6a48e8922c95 |
child 1264 | ba3ce53a881a |
permissions | -rw-r--r-- |
1259 | 1 |
<?xml version="1.0"?> |
2 |
<project name="run-qmake" default="all"> |
|
3 |
||
1262
6a48e8922c95
Removed conditions in exec step.
Johan Groth <johang@symbian.org>
parents:
1261
diff
changeset
|
4 |
<target name="all" depends="sf-configure-orbit"/> |
1259 | 5 |
|
6 |
||
7 |
<target name="sf-configure-orbit"> |
|
8 |
<sequential> |
|
1262
6a48e8922c95
Removed conditions in exec step.
Johan Groth <johang@symbian.org>
parents:
1261
diff
changeset
|
9 |
<exec executable="cmd" dir="${r'$'}{build.drive}/sf/mw/hb" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_configure.log"> |
1259 | 10 |
<arg value="/C"/> |
11 |
<arg value="python"/> |
|
12 |
<arg line ="configure.py --host-make-bin=mingw32-make.exe --host-qmake-bin=qmake.exe --qmake-spec=win32-g++ --platform=symbian --qmake-options=MMP_RULES+=EXPORTUNFROZEN CONFIG+=sgimagelite_support DEFINES+=HB_EFFECTS_OPENVG DEFINES+=HB_FILTER_EFFECTS"/> |
|
13 |
</exec> |
|
14 |
||
1263
b8cd1888a3b2
Removed template specific stuff.
Johan Groth <johang@symbian.org>
parents:
1262
diff
changeset
|
15 |
<echo>INFO: Exporting Orbit mkspecs to epoc32\tools for </echo> |
1259 | 16 |
<echo>INFO: Running Orbit theme installer, make install step</echo> |
1263
b8cd1888a3b2
Removed template specific stuff.
Johan Groth <johang@symbian.org>
parents:
1262
diff
changeset
|
17 |
<exec executable="cmd" dir="${r'$'}{build.drive}/sf/mw/hb" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_install_hb_configure.log"> |
1259 | 18 |
<arg value="/C"/> |
19 |
<arg value="make install"/> |
|
20 |
</exec> |
|
21 |
</sequential> |
|
22 |
</target> |
|
23 |
||
24 |
||
25 |
</project> |