sf-tools/run-qmake.ant.xml.ftl
author Johan Groth <johang@symbian.org>
Thu, 07 Oct 2010 15:25:24 +0100
changeset 1295 b8cd1888a3b2
parent 1294 6a48e8922c95
child 1296 ba3ce53a881a
permissions -rw-r--r--
Removed template specific stuff.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1291
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0"?>
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
     2
<project name="run-qmake" default="all">
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
     3
1294
6a48e8922c95 Removed conditions in exec step.
Johan Groth <johang@symbian.org>
parents: 1293
diff changeset
     4
    <target name="all" depends="sf-configure-orbit"/>
1291
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
     5
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
     6
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
     7
    <target name="sf-configure-orbit">
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
     8
        <sequential>
1294
6a48e8922c95 Removed conditions in exec step.
Johan Groth <johang@symbian.org>
parents: 1293
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">
1291
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    10
                        <arg value="/C"/>
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    11
                        <arg value="python"/>
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    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"/>
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    13
                    </exec>
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    14
                        
1295
b8cd1888a3b2 Removed template specific stuff.
Johan Groth <johang@symbian.org>
parents: 1294
diff changeset
    15
                    <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for </echo>
1291
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    16
                    <echo>INFO: Running Orbit theme installer, make install step</echo>
1295
b8cd1888a3b2 Removed template specific stuff.
Johan Groth <johang@symbian.org>
parents: 1294
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">
1291
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    18
                        <arg value="/C"/>
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    19
                        <arg value="make install"/>
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    20
                    </exec>
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    21
        </sequential>
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    22
    </target>
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    23
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    24
    
d1eb3865f97d Added file to configure Orbit
Johan Groth <johang@symbian.org>
parents:
diff changeset
    25
</project>