summaryrefslogtreecommitdiffstats
path: root/examples/animation/stickman/stickman.qrc
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-07-12 11:22:28 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-13 01:51:40 +0200
commita2b0ab4f579151bd2a6145dd18ce684fadedfe23 (patch)
tree7ee746ee2899edc1cf1a0274159ba0278163e5a5 /examples/animation/stickman/stickman.qrc
parent197f34bcff6bf0e67c7ea02f7ed80aee7dc0023c (diff)
Make it clear that stickman example animations are binary files.
Add a .bin extension to the filenames to ensure that packaging scripts treat these files as binary instead of text. Change-Id: Ib49e2bdb93a43ddb7590cb8fc0b542a251a786f8 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Diffstat (limited to 'examples/animation/stickman/stickman.qrc')
-rw-r--r--examples/animation/stickman/stickman.qrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/animation/stickman/stickman.qrc b/examples/animation/stickman/stickman.qrc
index e5d66cf2c7..4cf3ba3828 100644
--- a/examples/animation/stickman/stickman.qrc
+++ b/examples/animation/stickman/stickman.qrc
@@ -1,8 +1,8 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
- <file>animations/chilling</file>
- <file>animations/dancing</file>
- <file>animations/dead</file>
- <file>animations/jumping</file>
+ <file>animations/chilling.bin</file>
+ <file>animations/dancing.bin</file>
+ <file>animations/dead.bin</file>
+ <file>animations/jumping.bin</file>
</qresource>
-</RCC> \ No newline at end of file
+</RCC>