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

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

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