summaryrefslogtreecommitdiffstats
path: root/examples/sensors/accelbubble/accelbubble.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/accelbubble/accelbubble.pro')
-rw-r--r--examples/sensors/accelbubble/accelbubble.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/sensors/accelbubble/accelbubble.pro b/examples/sensors/accelbubble/accelbubble.pro
index f4e0ecca..e8e5976b 100644
--- a/examples/sensors/accelbubble/accelbubble.pro
+++ b/examples/sensors/accelbubble/accelbubble.pro
@@ -1,4 +1,7 @@
-TEMPLATE = aux
+TEMPLATE = app
+TARGET = accelbubble
+QT += quick
+SOURCES = main.cpp
app.files = \
$$files(*.qml) \
@@ -6,3 +9,6 @@ app.files = \
content \
images
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/accelbubble
+app.path = $$[QT_INSTALL_EXAMPLES]/sensors/accelbubble
+INSTALLS += target app