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

OTHER_FILES = \
    $$files(*.qml) \
    content \
    mesh

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

RESOURCES += \
    cubehouse.qrc