src/platforms/symbian/configurations/hbconfig.xml
changeset 21 4633027730f5
child 30 80e4d18b72f5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/platforms/symbian/configurations/hbconfig.xml	Wed Aug 18 10:05:37 2010 +0300
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<build xmlns="http://symbian.com/xml/build"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://symbian.com/xml/build http://symbian.com/xml/build/2_0.xsd">
+
+	<!-- Tools interfaces -->
+
+	<interface name="hb.hbconfig" extends="Symbian.UserFLM" flm="hbconfig.flm">
+		<param name='HB_ROOT' default='../../../../'/>
+		<param name='OPTIONS' default='--qt-mobility --qt-openvg --nomake tutorials'/>
+		<param name='OPTION_QMAKE' default='--qmake-bin=$(EPOCROOT)/epoc32/tools/qmake'/>
+		<param name='OPTION_QMKSPEC' default='--qmake-spec=$(EPOCROOT)/epoc32/tools/qt/mkspecs/symbian-sbsv2'/>
+		<param name='OPTION_QFLAG' default=''/>
+		<param name='SBS_PYTHON' default='python'/>
+	</interface>
+
+</build>