aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc')
-rw-r--r--examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc b/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
index 1424333ce5..8022a77a1e 100644
--- a/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
+++ b/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
@@ -1,5 +1,13 @@
<RCC>
<qresource prefix="/scenegraph/twotextureproviders">
<file>main.qml</file>
+
+ <file>shaders/checker.frag</file>
+ <file>shaders/xorblender.vert</file>
+ <file>shaders/xorblender.frag</file>
+
+ <file>shaders/+qsb/checker.frag</file>
+ <file>shaders/+qsb/xorblender.vert</file>
+ <file>shaders/+qsb/xorblender.frag</file>
</qresource>
</RCC>