summaryrefslogtreecommitdiffstats
path: root/examples/declarative/demos/minehunt/minehunt.qrc
blob: 4694beb16a7abbae7f3bb4c2cc3a56028bf6fb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
    <file>qml/minehunt/minehunt.qml</file>
    <file>qml/minehunt/MinehuntCore/Explosion.qml</file>
    <file>qml/minehunt/MinehuntCore/Tile.qml</file>
    <file>qml/minehunt/MinehuntCore/pics/background.png</file>
    <file>qml/minehunt/MinehuntCore/pics/back.png</file>
    <file>qml/minehunt/MinehuntCore/pics/bomb-color.png</file>
    <file>qml/minehunt/MinehuntCore/pics/bomb.png</file>
    <file>qml/minehunt/MinehuntCore/pics/face-sad.png</file>
    <file>qml/minehunt/MinehuntCore/pics/face-smile-big.png</file>
    <file>qml/minehunt/MinehuntCore/pics/face-smile.png</file>
    <file>qml/minehunt/MinehuntCore/pics/flag-color.png</file>
    <file>qml/minehunt/MinehuntCore/pics/flag.png</file>
    <file>qml/minehunt/MinehuntCore/pics/front.png</file>
    <file>qml/minehunt/MinehuntCore/pics/quit.png</file>
    <file>qml/minehunt/MinehuntCore/pics/star.png</file>
</qresource>
</RCC>