summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/generic/generic.pro
blob: c5b2bab73006dd83cda63fd7cad96905006f58b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
load(qt_module)

TARGET = qtsensors_generic
QT = core sensors

load(qt_plugin)

DESTDIR = $$QT.sensors.plugins/sensors

HEADERS += genericorientationsensor.h\
           genericrotationsensor.h\
           genericalssensor.h

SOURCES += genericorientationsensor.cpp\
           main.cpp\
           genericrotationsensor.cpp\
           genericalssensor.cpp

OTHER_FILES = plugin.json

symbian {
    TARGET.EPOCALLOWDLLDATA = 1
    TARGET.UID3 = 0x2002BFC3
    TARGET.CAPABILITY = ALL -TCB

    pluginDep.sources = $${TARGET}.dll
    pluginDep.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
    DEPLOYMENT += pluginDep
}

target.path += $$[QT_INSTALL_PLUGINS]/sensors
INSTALLS += target