summaryrefslogtreecommitdiff
path: root/examples/sensors/maze/qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze/qml.pro')
-rw-r--r--examples/sensors/maze/qml.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/sensors/maze/qml.pro b/examples/sensors/maze/qml.pro
new file mode 100644
index 0000000..2e6dbc2
--- /dev/null
+++ b/examples/sensors/maze/qml.pro
@@ -0,0 +1,20 @@
+TEMPLATE = aux
+
+app.files = \
+ info.json \
+ notions.json \
+ settings.json \
+ Congratulation.qml \
+ LabyrinthSquare.qml \
+ lib.js \
+ Maze.qml \
+ Mouse.qml \
+ icon.png \
+ components \
+ images
+
+!isEmpty(EXAMPLES_PREFIX) {
+ TARGET_DIR = $$EXAMPLES_PREFIX/com.nokia.mt.maze
+ app.path = $$TARGET_DIR
+ INSTALLS += app
+}