summaryrefslogtreecommitdiff
path: root/examples/sensors/maze/maze.qrc
blob: 10916193706ca40e8f59f6d766667095512155f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>