summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/scene_animations/scene_animations.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/scene_animations/scene_animations.qrc')
-rw-r--r--examples/qt3d/scene_animations/scene_animations.qrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/qt3d/scene_animations/scene_animations.qrc b/examples/qt3d/scene_animations/scene_animations.qrc
new file mode 100644
index 000000000..b5471f1d0
--- /dev/null
+++ b/examples/qt3d/scene_animations/scene_animations.qrc
@@ -0,0 +1,14 @@
+<RCC>
+ <qresource prefix="/images">
+ <file>stonewal.jpg</file>
+ </qresource>
+ <qresource prefix="/models">
+ <file>cube_2rotations_angles_text.x</file>
+ <file>cube_rotated.dae</file>
+ <file>brick.dae</file>
+ <file>scale.dae</file>
+ <file>rotate.dae</file>
+ <file>translate.dae</file>
+ <file>scale_rotate_translate.dae</file>
+ </qresource>
+</RCC>