aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/graph/graph.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/graph/graph.qrc')
-rw-r--r--examples/quick/scenegraph/graph/graph.qrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quick/scenegraph/graph/graph.qrc b/examples/quick/scenegraph/graph/graph.qrc
index 2adaeac751..b7fc7539f8 100644
--- a/examples/quick/scenegraph/graph/graph.qrc
+++ b/examples/quick/scenegraph/graph/graph.qrc
@@ -1,9 +1,9 @@
<RCC>
<qresource prefix="/scenegraph/graph">
<file>main.qml</file>
- <file>shaders/noisy.vsh</file>
- <file>shaders/noisy.fsh</file>
- <file>shaders/line.vsh</file>
- <file>shaders/line.fsh</file>
+ <file>shaders/noisy.vert.qsb</file>
+ <file>shaders/noisy.frag.qsb</file>
+ <file>shaders/line.vert.qsb</file>
+ <file>shaders/line.frag.qsb</file>
</qresource>
</RCC>