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

load(qt_plugin)

DESTDIR = $$QT.sensors.plugins/sensors

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

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

OTHER_FILES = plugin.json

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