summaryrefslogtreecommitdiffstats
path: root/examples/sensors/qmlqtsensors/qmlqtsensors.pro
blob: 4c8e83b36815fa9e722f90bdd797ad714e4a0e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = qmlqtsensors
QT += quick
qtConfig(static):QT += sensors

SOURCES = main.cpp

RESOURCES += \
    qmlqtsensors.qrc

OTHER_FILES = \
    $$files(*.qml) \
    components

target.path = $$[QT_INSTALL_EXAMPLES]/sensors/qmlqtsensors
INSTALLS += target