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

RESOURCES += \
    qmlqtsensors.qrc

app.files = \
    $$files(*.qml) \
    icon.png \
    components

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