summaryrefslogtreecommitdiffstats
path: root/basicsuite/sensorexplorer/imports/imports.pro
blob: 41a5f18946239ef5fe59695067bc312d3be9edf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TEMPLATE = lib
CONFIG += plugin

TARGET = sensorexplorer

QT += qml sensors

SOURCES = main.cpp \
          explorer.cpp \
          sensoritem.cpp \
          propertyinfo.cpp \

HEADERS = explorer.h \
          sensoritem.h \
          propertyinfo.h \

pluginfiles.files += \
    qmldir \

B2QT_DEPLOYPATH = /data/user/qt/qmlplugins/Explorer
target.path += $$B2QT_DEPLOYPATH
pluginfiles.path += $$B2QT_DEPLOYPATH

INSTALLS += target pluginfiles