summaryrefslogtreecommitdiffstats
path: root/examples/sensors/qmlqtsensors/qmlqtsensors.pro
blob: 6add64dc6e2bcf1b0e9789d1ca92ef4a992fd4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = qmlqtsensors
QT += quick
SOURCES = main.cpp

RESOURCES += \
    qmlqtsensors.qrc

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

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