34
|
1 |
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
2 |
<build xmlns="http://symbian.com/xml/build"
|
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
4 |
xsi:schemaLocation="http://symbian.com/xml/build http://symbian.com/xml/build/2_0.xsd">
|
|
5 |
|
|
6 |
<!-- Tools interfaces -->
|
|
7 |
|
|
8 |
<interface name="hb.hbconfig" extends="Symbian.UserFLM" flm="hbconfig.flm">
|
|
9 |
<param name='HB_ROOT' default='../../../../'/>
|
|
10 |
<param name='OPTIONS' default='--qt-mobility --qt-openvg --nomake tutorials'/>
|
|
11 |
<param name='OPTION_QMAKE' default='--qmake-bin=$(EPOCROOT)/epoc32/tools/qmake'/>
|
|
12 |
<param name='OPTION_QMKSPEC' default='--qmake-spec=$(EPOCROOT)/epoc32/tools/qt/mkspecs/symbian-sbsv2'/>
|
|
13 |
<param name='OPTION_QFLAG' default=''/>
|
|
14 |
<param name='HOST_OPTIONS.WIN32' default=''/>
|
|
15 |
<param name='HOST_OPTIONS.LINUX' default='--host-qmake-bin /nokia/apps/symbian/qt/bin/qmake --host-make-bin $(GNUMAKE38)'/>
|
|
16 |
<param name='SBS_PYTHON' default='python'/>
|
|
17 |
</interface>
|
|
18 |
|
|
19 |
</build>
|