summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/plugin/plugin.pro
blob: 489a1cec66284a2b925266eccab31c3094a6861a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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

OTHER_FILES += \
    plugin.json