aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/images.qrc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2012-12-11 14:17:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-12 10:32:50 +0100
commita0fb0a5dd32b031f89abe603ed07a50c74327e37 (patch)
tree04dd8b801c1e5daca81701542a8f6815c8b35274 /examples/quick/particles/images.qrc
parentb570d384c0704ea12364e353493eeb6f1ae34cd3 (diff)
Use resource files for most examples
Make examples shadow-build-friendly by using resource files instead of trying to derive the qml path from applicationDirPath(). Change-Id: I669424554c772d9b261249b366247190f5fbd8b1 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Diffstat (limited to 'examples/quick/particles/images.qrc')
-rw-r--r--examples/quick/particles/images.qrc38
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/quick/particles/images.qrc b/examples/quick/particles/images.qrc
new file mode 100644
index 0000000000..9f284a087d
--- /dev/null
+++ b/examples/quick/particles/images.qrc
@@ -0,0 +1,38 @@
+<RCC>
+ <qresource prefix="/particles">
+ <file>images/_explo.png</file>
+ <file>images/backgroundLeaves.jpg</file>
+ <file>images/bear_tiles.png</file>
+ <file>images/candle.png</file>
+ <file>images/colortable.png</file>
+ <file>images/finalfrontier.png</file>
+ <file>images/flower.png</file>
+ <file>images/matchmask.png</file>
+ <file>images/meteor_explo.png</file>
+ <file>images/meteor.png</file>
+ <file>images/meteors.png</file>
+ <file>images/nullRock.png</file>
+ <file>images/particle.png</file>
+ <file>images/particle2.png</file>
+ <file>images/particle3.png</file>
+ <file>images/particle4.png</file>
+ <file>images/particleA.png</file>
+ <file>images/portal_bg.png</file>
+ <file>images/realLeaf1.png</file>
+ <file>images/realLeaf2.png</file>
+ <file>images/realLeaf3.png</file>
+ <file>images/realLeaf4.png</file>
+ <file>images/rocket.png</file>
+ <file>images/rocket2.png</file>
+ <file>images/sizeInOut.png</file>
+ <file>images/snowflake.png</file>
+ <file>images/sparkleSize.png</file>
+ <file>images/star.png</file>
+ <file>images/starfish_0.png</file>
+ <file>images/starfish_1.png</file>
+ <file>images/starfish_2.png</file>
+ <file>images/starfish_3.png</file>
+ <file>images/starfish_4.png</file>
+ <file>images/starfish_mask.png</file>
+ </qresource>
+</RCC>