summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze')
-rw-r--r--examples/sensors/maze/maze.pro3
-rw-r--r--examples/sensors/maze/maze.qrc21
2 files changed, 24 insertions, 0 deletions
diff --git a/examples/sensors/maze/maze.pro b/examples/sensors/maze/maze.pro
index 2ce23089..b57c0a98 100644
--- a/examples/sensors/maze/maze.pro
+++ b/examples/sensors/maze/maze.pro
@@ -13,3 +13,6 @@ app.files = \
target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/maze
app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/maze
INSTALLS += target app
+
+RESOURCES += \
+ maze.qrc
diff --git a/examples/sensors/maze/maze.qrc b/examples/sensors/maze/maze.qrc
new file mode 100644
index 00000000..10916193
--- /dev/null
+++ b/examples/sensors/maze/maze.qrc
@@ -0,0 +1,21 @@
+<RCC>
+ <qresource prefix="/">
+ <file>Congratulation.qml</file>
+ <file>LabyrinthSquare.qml</file>
+ <file>lib.js</file>
+ <file>maze.qml</file>
+ <file>Mouse.qml</file>
+ <file>components/ApplicationWindow.qml</file>
+ <file>components/Button.qml</file>
+ <file>components/images/button_background_disabled.png</file>
+ <file>components/images/button_background_pressed.png</file>
+ <file>components/images/button_background_normal.png</file>
+ <file>content/00.png</file>
+ <file>content/start.png</file>
+ <file>content/mouse_down.gif</file>
+ <file>content/congratulations.gif</file>
+ <file>content/cheeseeating.gif</file>
+ <file>content/cheese.png</file>
+ <file>content/01.png</file>
+ </qresource>
+</RCC>