qtmobility/plugins/sensors/s60_sensor_api/s60_sensor_api.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:18:40 +0300
changeset 4 90517678cc4f
child 5 453da2cfceef
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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