summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grue/qml.pro')
-rw-r--r--examples/sensors/grue/qml.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/sensors/grue/qml.pro b/examples/sensors/grue/qml.pro
index 269b9221..3e1097b2 100644
--- a/examples/sensors/grue/qml.pro
+++ b/examples/sensors/grue/qml.pro
@@ -1,7 +1,13 @@
-TEMPLATE = aux
+TEMPLATE = app
+TARGET = grue
+QT += quick
+SOURCES = main.cpp
app.files = \
icon.png \
$$files(*.qml) \
grue.png
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue
+app.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue
+INSTALLS += target app