summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/playground-qml/playground-qml.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/playground-qml/playground-qml.qrc')
-rw-r--r--examples/qt3d/playground-qml/playground-qml.qrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/qt3d/playground-qml/playground-qml.qrc b/examples/qt3d/playground-qml/playground-qml.qrc
new file mode 100644
index 000000000..33ef7fabf
--- /dev/null
+++ b/examples/qt3d/playground-qml/playground-qml.qrc
@@ -0,0 +1,15 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>AdsEffect.qml</file>
+ <file>assets/ball.obj</file>
+ <file>assets/test_scene.dae</file>
+ <file>assets/cube.obj</file>
+ <file>ComplexTechnique.qml</file>
+ <file>MainView.qml</file>
+ <file>DetailView.qml</file>
+ <file>RenderableEntity.qml</file>
+ <file>AnimatedDiffuseMaterial.qml</file>
+ <file>MyForwardRenderer.qml</file>
+ </qresource>
+</RCC>