summaryrefslogtreecommitdiff
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.pro18
1 files changed, 16 insertions, 2 deletions
diff --git a/examples/sensors/maze/maze.pro b/examples/sensors/maze/maze.pro
index a15e39e..7239eed 100644
--- a/examples/sensors/maze/maze.pro
+++ b/examples/sensors/maze/maze.pro
@@ -1,4 +1,18 @@
-TEMPLATE = subdirs
+TEMPLATE = aux
-SUBDIRS = qml.pro
+app.files = \
+ Congratulation.qml \
+ Maze.qml \
+ components \
+ images \
+ lib.js \
+ LabyrinthSquare.qml \
+ Mouse.qml \
+ icon.png \
+ info.json
+
+!isEmpty(EXAMPLES_PREFIX) {
+ app.path = $$EXAMPLES_PREFIX/com.nokia.mt.maze
+ INSTALLS = app
+}