summaryrefslogtreecommitdiff
path: root/src/plugins/sensors/linux/linux.pro
blob: 33706e7dd894e3296a31469d4a98b7bbe6a8dc6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = qtsensors_linuxsys
QT = core sensors

OTHER_FILES = plugin.json

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

PLUGIN_TYPE = sensors
PLUGIN_CLASS_NAME = LinuxSensorPlugin
load(qt_plugin)