aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/custommaterial/custommaterial.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/custommaterial/custommaterial.qrc')
-rw-r--r--examples/quick/scenegraph/custommaterial/custommaterial.qrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/custommaterial/custommaterial.qrc b/examples/quick/scenegraph/custommaterial/custommaterial.qrc
new file mode 100644
index 0000000000..18e586bf65
--- /dev/null
+++ b/examples/quick/scenegraph/custommaterial/custommaterial.qrc
@@ -0,0 +1,7 @@
+<RCC>
+ <qresource prefix="/scenegraph/custommaterial">
+ <file>main.qml</file>
+ <file>shaders/mandelbrot.frag.qsb</file>
+ <file>shaders/mandelbrot.vert.qsb</file>
+ </qresource>
+</RCC>