aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/samegame/shared/pics/shared.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/tutorials/samegame/shared/pics/shared.qrc')
-rw-r--r--examples/quick/tutorials/samegame/shared/pics/shared.qrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/quick/tutorials/samegame/shared/pics/shared.qrc b/examples/quick/tutorials/samegame/shared/pics/shared.qrc
new file mode 100644
index 0000000000..8982a9face
--- /dev/null
+++ b/examples/quick/tutorials/samegame/shared/pics/shared.qrc
@@ -0,0 +1,13 @@
+<RCC>
+ <qresource prefix="/shared/pics">
+ <file>background.jpg</file>
+ <file>blueStar.png</file>
+ <file>blueStone.png</file>
+ <file>greenStar.png</file>
+ <file>greenStone.png</file>
+ <file>redStar.png</file>
+ <file>redStone.png</file>
+ <file>star.png</file>
+ <file>yellowStone.png</file>
+ </qresource>
+</RCC>