qtmobility/examples/sensors/grueplugin/grueplugin.pro
changeset 11 06b8e2af4411
parent 8 71781823f776
child 14 6fbed849b4f4
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
       
     1 TEMPLATE = lib
       
     2 CONFIG += plugin
       
     3 TARGET = $$qtLibraryTarget(qtsensors_grueplugin)
       
     4 PLUGIN_TYPE = sensors
       
     5 
     1 INCLUDEPATH+=../../../src/sensors
     6 INCLUDEPATH+=../../../src/sensors
     2 
     7 
     3 include(version.pri)
     8 include(version.pri)
     4 include(grueplugin.pri)
     9 include(grueplugin.pri)
     5 include(../../../common.pri)
    10 include(../../examples.pri)
     6 
    11 
     7 PLUGIN_TYPE = sensors
       
     8 
    12 
     9 TEMPLATE = lib
       
    10 CONFIG += plugin
       
    11 TARGET = $$qtLibraryTarget(sensors_grueplugin)
       
    12 symbian:TARGET.EPOCALLOWDLLDATA = 1
    13 symbian:TARGET.EPOCALLOWDLLDATA = 1
    13 
    14 
    14 QT=core
    15 QT=core
    15 CONFIG+=mobility
    16 CONFIG+=mobility
    16 MOBILITY+=sensors
    17 MOBILITY+=sensors
    17 
    18 
    18 CONFIG+=strict_flags
    19 CONFIG+=strict_flags
    19 
       
    20 target.path = $${QT_MOBILITY_PREFIX}/plugins/$${PLUGIN_TYPE}
       
    21 maemo6:target.path=$$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
       
    22 INSTALLS += target