diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-10-06 04:01:56 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-10-06 05:03:26 (GMT) |
commit | 695b54e671b55bd8103dee8b30ee76309dbd26c1 (patch) | |
tree | abf22c23b52d72c7c53343c269d7639baa6ae74a /demos/declarative/minehunt/minehunt.qrc | |
parent | 4647f24469ec93b3b66628472af5462fbe957439 (diff) | |
download | Qt-695b54e671b55bd8103dee8b30ee76309dbd26c1.zip Qt-695b54e671b55bd8103dee8b30ee76309dbd26c1.tar.gz Qt-695b54e671b55bd8103dee8b30ee76309dbd26c1.tar.bz2 |
Fix minehunt execution from QtDemo
Task-number: QTBUG-14250
Reviewed-by: Martin Jones
Diffstat (limited to 'demos/declarative/minehunt/minehunt.qrc')
-rw-r--r-- | demos/declarative/minehunt/minehunt.qrc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/demos/declarative/minehunt/minehunt.qrc b/demos/declarative/minehunt/minehunt.qrc new file mode 100644 index 0000000..fa8e27d --- /dev/null +++ b/demos/declarative/minehunt/minehunt.qrc @@ -0,0 +1,20 @@ +<!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> +</qresource> +</RCC> |