qtmobility/plugins/sensors/s60_sensor_api/s60_sensor_api.pro
changeset 4 90517678cc4f
child 5 453da2cfceef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/plugins/sensors/s60_sensor_api/s60_sensor_api.pro	Mon May 03 13:18:40 2010 +0300
@@ -0,0 +1,25 @@
+INCLUDEPATH+=../../../src/sensors
+
+include(../../../common.pri)
+include(s60_sensor_api.pri)
+include(version.pri)
+
+TEMPLATE = lib
+CONFIG += plugin
+
+TARGET = $$qtLibraryTarget(sensor_s60sensorapi)
+TARGET.EPOCALLOWDLLDATA = 1
+TARGET.UID3 = 0x2002BFC1
+TARGET.CAPABILITY = ALL -TCB
+
+QT=core
+CONFIG+=mobility
+MOBILITY+=sensors
+
+#S60 v3.1 sensor back end deployment
+s60sensorapi.sources = $${TARGET}.dll
+s60sensorapi.path = $${QT_PLUGINS_BASE_DIR}/sensors
+DEPLOYMENT += s60sensorapi
+
+target.path += $$[QT_INSTALL_PLUGINS]/sensors
+INSTALLS += target