aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/custommaterial/custommaterial.qrc
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2020-06-18 15:32:21 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2020-06-24 19:48:45 +0200
commit2be6c85b8023f41d964c4c9d45343368b26a0830 (patch)
treed39f44cee9aeb86e1205cd5c95f41b2c99c977a6 /examples/quick/scenegraph/custommaterial/custommaterial.qrc
parentaf34b83c17861622a7d462c603a5c164e6e9e55a (diff)
New custom material example
Fixes: QTBUG-78577 Change-Id: I280ffeda4bba1a9c170feb1ffa4b6c95eb0e6d28 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
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>