summaryrefslogtreecommitdiffstats
path: root/basicsuite/SensorExplorer/imports/imports.pro
blob: c5961856014c0478aa15d45edb599bb1b66f6005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CXX_MODULE = qml
TARGET = sensorexplorer
TARGETPATH = Explorer
IMPORT_VERSION = 1.0

QT += qml sensors

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

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

load(qml_plugin)