summaryrefslogtreecommitdiff
path: root/src/plugins/sensors/tizen/tizen.pro
blob: 0ac40f6d21bb3692f9aed68bc80aaedd71e5fdd5 (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
TARGET = qtsensors_tizen
QT = core sensors

PLUGIN_TYPE = sensors
PLUGIN_CLASS_NAME = TizenSensorPlugin
load(qt_plugin)

OTHER_FILES = plugin.json

HEADERS += tizenaccelerometer.h \
    tizensensorbase.h \
    tizendeviceorientation.h \
    tizencompass.h \
    tizenlight.h \
    tizengyroscope.h \
    tizenproximity.h \
    tizenmagnetometer.h \
    tizengravity.h

SOURCES += main.cpp \
    tizenaccelerometer.cpp \
    tizensensorbase.cpp \
    tizendeviceorientation.cpp \
    tizencompass.cpp \
    tizenlight.cpp \
    tizengyroscope.cpp \
    tizenproximity.cpp \
    tizenmagnetometer.cpp \
    tizengravity.cpp

LIBS += -lcapi-system-sensor