summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/plugin/plugin.pro
blob: 90d7a01a8feef4329685f31f8d577891f7745c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = lib
CONFIG += plugin
TARGET = $$qtLibraryTarget(qtsensors_grue)
PLUGIN_TYPE = sensors

QT = core sensors

INCLUDEPATH += $$PWD/../lib
LIBS += -L$$OUT_PWD/../lib -lgruesensor

HEADERS += gruesensorimpl.h\

SOURCES += gruesensorimpl.cpp\
           main.cpp\

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