summaryrefslogtreecommitdiffstats
path: root/examples/sensors/cubehouse/cubehouse.pro
blob: 1a08d003ee98132a83b6b9489ce9a70ba177afcb (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]/sensors/cubehouse
app.path = $$[QT_INSTALL_EXAMPLES]/sensors/cubehouse
INSTALLS += target app