qtmobility/plugins/sensors/generic/generic.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     5 include(../../../common.pri)
     5 include(../../../common.pri)
     6 
     6 
     7 TEMPLATE = lib
     7 TEMPLATE = lib
     8 CONFIG += plugin
     8 CONFIG += plugin
     9 TARGET = $$qtLibraryTarget(sensors_generic)
     9 TARGET = $$qtLibraryTarget(sensors_generic)
    10 symbian:TARGET.EPOCALLOWDLLDATA = 1
    10 
       
    11 symbian {
       
    12    TARGET.EPOCALLOWDLLDATA = 1
       
    13    TARGET.UID3 = 0x2002BFC3
       
    14    TARGET.CAPABILITY = ALL -TCB
       
    15 
       
    16    pluginDep.sources = $${TARGET}.dll
       
    17    pluginDep.path = $${QT_PLUGINS_BASE_DIR}/sensors
       
    18    DEPLOYMENT += pluginDep
       
    19 }
    11 
    20 
    12 QT=core
    21 QT=core
    13 CONFIG+=mobility
    22 CONFIG+=mobility
    14 MOBILITY+=sensors
    23 MOBILITY+=sensors
    15 
    24