qtmobility/plugins/sensors/s60_sensor_api/s60_sensor_api.pro
changeset 4 90517678cc4f
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
       
     1 INCLUDEPATH+=../../../src/sensors
       
     2 
       
     3 include(../../../common.pri)
       
     4 include(s60_sensor_api.pri)
       
     5 include(version.pri)
       
     6 
       
     7 TEMPLATE = lib
       
     8 CONFIG += plugin
       
     9 
       
    10 TARGET = $$qtLibraryTarget(sensor_s60sensorapi)
       
    11 TARGET.EPOCALLOWDLLDATA = 1
       
    12 TARGET.UID3 = 0x2002BFC1
       
    13 TARGET.CAPABILITY = ALL -TCB
       
    14 
       
    15 QT=core
       
    16 CONFIG+=mobility
       
    17 MOBILITY+=sensors
       
    18 
       
    19 #S60 v3.1 sensor back end deployment
       
    20 s60sensorapi.sources = $${TARGET}.dll
       
    21 s60sensorapi.path = $${QT_PLUGINS_BASE_DIR}/sensors
       
    22 DEPLOYMENT += s60sensorapi
       
    23 
       
    24 target.path += $$[QT_INSTALL_PLUGINS]/sensors
       
    25 INSTALLS += target