summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/exampleresources/houseplants.qrc
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-18 14:50:27 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-20 10:03:56 +0000
commitad8bdecc68482eda079e8b49c3c5e8059ec45d69 (patch)
tree6826bec0fa873ef885d167049efc232cf9cfddc6 /examples/qt3d/exampleresources/houseplants.qrc
parentba39a03645ef6f789c8de7da71f1b08d812b2059 (diff)
Examples: Remove shared resource library.
Split example-assets.qrc into smaller resource files per directory and add those to the examples as required. Task-number: QTBUG-45990 Change-Id: I0a5a6cee64dc23560e9e093f272ff0d90a6e2e97 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/qt3d/exampleresources/houseplants.qrc')
-rw-r--r--examples/qt3d/exampleresources/houseplants.qrc53
1 files changed, 53 insertions, 0 deletions
diff --git a/examples/qt3d/exampleresources/houseplants.qrc b/examples/qt3d/exampleresources/houseplants.qrc
new file mode 100644
index 000000000..faa47dc90
--- /dev/null
+++ b/examples/qt3d/exampleresources/houseplants.qrc
@@ -0,0 +1,53 @@
+<RCC>
+ <qresource prefix="/">
+ <file>assets/houseplants/bamboo_normal.webp</file>
+ <file>assets/houseplants/bamboo.webp</file>
+ <file>assets/houseplants/cover_normal.webp</file>
+ <file>assets/houseplants/cover.webp</file>
+ <file>assets/houseplants/cross-bamboo.obj</file>
+ <file>assets/houseplants/cross-palm.obj</file>
+ <file>assets/houseplants/cross-pine.obj</file>
+ <file>assets/houseplants/cross-pot-cover.obj</file>
+ <file>assets/houseplants/cross-pot.obj</file>
+ <file>assets/houseplants/cross-shrub.obj</file>
+ <file>assets/houseplants/cross-spikes.obj</file>
+ <file>assets/houseplants/cylinder-bamboo.obj</file>
+ <file>assets/houseplants/cylinder-palm.obj</file>
+ <file>assets/houseplants/cylinder-pine.obj</file>
+ <file>assets/houseplants/cylinder-pot-cover.obj</file>
+ <file>assets/houseplants/cylinder-pot.obj</file>
+ <file>assets/houseplants/cylinder-shrub.obj</file>
+ <file>assets/houseplants/cylinder-spikes.obj</file>
+ <file>assets/houseplants/palm_normal.webp</file>
+ <file>assets/houseplants/palm.webp</file>
+ <file>assets/houseplants/pine_normal.webp</file>
+ <file>assets/houseplants/pine.webp</file>
+ <file>assets/houseplants/pot_normal.webp</file>
+ <file>assets/houseplants/pot.webp</file>
+ <file>assets/houseplants/shrub_normal.webp</file>
+ <file>assets/houseplants/shrub.webp</file>
+ <file>assets/houseplants/sphere-bamboo.obj</file>
+ <file>assets/houseplants/sphere-palm.obj</file>
+ <file>assets/houseplants/sphere-pine.obj</file>
+ <file>assets/houseplants/sphere-pot-cover.obj</file>
+ <file>assets/houseplants/sphere-pot.obj</file>
+ <file>assets/houseplants/sphere-shrub.obj</file>
+ <file>assets/houseplants/sphere-spikes.obj</file>
+ <file>assets/houseplants/spikes_normal.webp</file>
+ <file>assets/houseplants/spikes.webp</file>
+ <file>assets/houseplants/square-bamboo.obj</file>
+ <file>assets/houseplants/square-palm.obj</file>
+ <file>assets/houseplants/square-pine.obj</file>
+ <file>assets/houseplants/square-pot-cover.obj</file>
+ <file>assets/houseplants/square-pot.obj</file>
+ <file>assets/houseplants/square-shrub.obj</file>
+ <file>assets/houseplants/square-spikes.obj</file>
+ <file>assets/houseplants/triangle-bamboo.obj</file>
+ <file>assets/houseplants/triangle-palm.obj</file>
+ <file>assets/houseplants/triangle-pine.obj</file>
+ <file>assets/houseplants/triangle-pot-cover.obj</file>
+ <file>assets/houseplants/triangle-pot.obj</file>
+ <file>assets/houseplants/triangle-shrub.obj</file>
+ <file>assets/houseplants/triangle-spikes.obj</file>
+ </qresource>
+</RCC>