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.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/sensors/maze/maze.pro b/examples/sensors/maze/maze.pro
deleted file mode 100644
index cb3b9aaa..00000000
--- a/examples/sensors/maze/maze.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-TEMPLATE = aux
-
-app.files = \
- Congratulation.qml \
- Maze.qml \
- components \
- images \
- lib.js \
- LabyrinthSquare.qml \
- Mouse.qml \
- icon.png \
- info.json
-
-MT_SYSROOT=$$(MT_SYSROOT)
-!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
-!isEmpty(EXAMPLES_PREFIX) {
- app.path = $$EXAMPLES_PREFIX/com.nokia.mt.maze
- INSTALLS = app
-}
-