summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/generic/generic.pro
blob: 2d4f9f9f924a1cd495d44dcdf9b5549b9593f770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = qtsensors_generic
QT = core sensors

PLUGIN_TYPE = sensors
load(qt_plugin)

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

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

OTHER_FILES = plugin.json