summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/linux/linux.pro
blob: 48fc34836f4dcdd384a3b38a64102160608cb971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qtsensors_linuxsys
QT = core sensors

load(qt_plugin)

DESTDIR = $$QT.sensors.plugins/sensors

OTHER_FILES = plugin.json

LIBS += -lrt
HEADERS += linuxsysaccelerometer.h
SOURCES += linuxsysaccelerometer.cpp \
main.cpp

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