summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grueplugin/grueplugin.pro
blob: 0b39f91049bb571c878647c305060532f7c3d6f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = lib
CONFIG += plugin
TARGET = $$qtLibraryTarget(qtsensors_grueplugin)
PLUGIN_TYPE = sensors

QT = core sensors

include(version.pri)
include(grueplugin.pri)

symbian {
    TARGET.EPOCALLOWDLLDATA = 1
    TARGET.CAPABILITY = ALL -TCB
}