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

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

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