summaryrefslogtreecommitdiffstats
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, 0 insertions, 20 deletions
diff --git a/examples/sensors/maze/qml.pro b/examples/sensors/maze/qml.pro
deleted file mode 100644
index 2e6dbc23..00000000
--- a/examples/sensors/maze/qml.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-}