summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/generic/generic.pro
blob: d5c9e5313484bb301dca2191ef0f56768af41ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

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