diff options
Diffstat (limited to 'demos/declarative/minehunt/minehunt.qrc')
-rw-r--r-- | demos/declarative/minehunt/minehunt.qrc | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/demos/declarative/minehunt/minehunt.qrc b/demos/declarative/minehunt/minehunt.qrc index fa8e27d..4694beb 100644 --- a/demos/declarative/minehunt/minehunt.qrc +++ b/demos/declarative/minehunt/minehunt.qrc @@ -1,20 +1,19 @@ <!DOCTYPE RCC><RCC version="1.0"> <qresource> - <file>minehunt.qml</file> - <file>MinehuntCore/Explosion.qml</file> - <file>MinehuntCore/Tile.qml</file> - <file>MinehuntCore/qmldir</file> - <file>MinehuntCore/pics/background.png</file> - <file>MinehuntCore/pics/back.png</file> - <file>MinehuntCore/pics/bomb-color.png</file> - <file>MinehuntCore/pics/bomb.png</file> - <file>MinehuntCore/pics/face-sad.png</file> - <file>MinehuntCore/pics/face-smile-big.png</file> - <file>MinehuntCore/pics/face-smile.png</file> - <file>MinehuntCore/pics/flag-color.png</file> - <file>MinehuntCore/pics/flag.png</file> - <file>MinehuntCore/pics/front.png</file> - <file>MinehuntCore/pics/quit.png</file> - <file>MinehuntCore/pics/star.png</file> + <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> |