summaryrefslogtreecommitdiffstats
path: root/examples/sensors/cubehouse/cubehouse.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/cubehouse/cubehouse.pro')
-rw-r--r--examples/sensors/cubehouse/cubehouse.pro10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/sensors/cubehouse/cubehouse.pro b/examples/sensors/cubehouse/cubehouse.pro
index 1f3f7a63..1a08d003 100644
--- a/examples/sensors/cubehouse/cubehouse.pro
+++ b/examples/sensors/cubehouse/cubehouse.pro
@@ -1,8 +1,14 @@
-TEMPLATE = aux
+TEMPLATE = app
+TARGET = cubehouse
+QT += quick
+SOURCES = main.cpp
app.files = \
$$files(*.qml) \
icon.png \
- images \
+ content \
mesh
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/cubehouse
+app.path = $$[QT_INSTALL_EXAMPLES]/sensors/cubehouse
+INSTALLS += target app