summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/maze.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze/maze.pro')
-rw-r--r--examples/sensors/maze/maze.pro15
1 files changed, 13 insertions, 2 deletions
diff --git a/examples/sensors/maze/maze.pro b/examples/sensors/maze/maze.pro
index a15e39ef..f7d5a2aa 100644
--- a/examples/sensors/maze/maze.pro
+++ b/examples/sensors/maze/maze.pro
@@ -1,4 +1,15 @@
-TEMPLATE = subdirs
+TEMPLATE = app
+TARGET = maze
+QT += quick
+SOURCES = main.cpp
-SUBDIRS = qml.pro
+app.files = \
+ components \
+ $$files(*.qml) \
+ $$files(*.js) \
+ icon.png \
+ content
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/maze
+app.path = $$[QT_INSTALL_EXAMPLES]/sensors/maze
+INSTALLS += target app