summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze')
-rw-r--r--examples/sensors/maze/icon.pngbin4693 -> 0 bytes
-rw-r--r--examples/sensors/maze/maze.pro8
2 files changed, 3 insertions, 5 deletions
diff --git a/examples/sensors/maze/icon.png b/examples/sensors/maze/icon.png
deleted file mode 100644
index 1e7ff8d8..00000000
--- a/examples/sensors/maze/icon.png
+++ /dev/null
Binary files differ
diff --git a/examples/sensors/maze/maze.pro b/examples/sensors/maze/maze.pro
index b57c0a98..e4c4d866 100644
--- a/examples/sensors/maze/maze.pro
+++ b/examples/sensors/maze/maze.pro
@@ -3,16 +3,14 @@ TARGET = maze
QT += quick
SOURCES = main.cpp
-app.files = \
+OTHER_FILES = \
components \
$$files(*.qml) \
$$files(*.js) \
- icon.png \
content
-target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/maze
-app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/maze
-INSTALLS += target app
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/maze
+INSTALLS += target
RESOURCES += \
maze.qrc