summaryrefslogtreecommitdiff
path: root/examples/sensors/maze/maze.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze/maze.qrc')
-rw-r--r--examples/sensors/maze/maze.qrc21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/sensors/maze/maze.qrc b/examples/sensors/maze/maze.qrc
new file mode 100644
index 0000000..1091619
--- /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>