summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml/shadow-map-qml.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/shadow-map-qml/shadow-map-qml.qrc')
-rw-r--r--examples/qt3d/shadow-map-qml/shadow-map-qml.qrc23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/qt3d/shadow-map-qml/shadow-map-qml.qrc b/examples/qt3d/shadow-map-qml/shadow-map-qml.qrc
new file mode 100644
index 000000000..9aa6e2c73
--- /dev/null
+++ b/examples/qt3d/shadow-map-qml/shadow-map-qml.qrc
@@ -0,0 +1,23 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>AdsMaterial.qml</file>
+ <file>AdsEffect.qml</file>
+ <file>Light.qml</file>
+ <file>ShadowMapFrameGraph.qml</file>
+
+ <file>Trefoil.qml</file>
+ <file>Toyplane.qml</file>
+ <file>GroundPlane.qml</file>
+
+ <file>shaders/ads.frag</file>
+ <file>shaders/ads.vert</file>
+ <file>shaders/shadowmap.frag</file>
+ <file>shaders/shadowmap.vert</file>
+ <file>shaders/es3/ads.frag</file>
+ <file>shaders/es3/ads.vert</file>
+ <file>shaders/es3/shadowmap.frag</file>
+ <file>shaders/es3/shadowmap.vert</file>
+ </qresource>
+</RCC>
+