aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/scenegraph.qrc
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2019-07-31 15:17:52 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2019-08-07 11:50:27 +0200
commit88cc9d692fc7e2a1bcb647d96bcd820714a29a01 (patch)
treee5d8a4758b276631013c1be483669b184d64fb5b /src/quick/scenegraph/scenegraph.qrc
parentc273175ffec925a4164de41a79c21d785a1761a7 (diff)
Implement QSG_VISUALIZE for RHI
Change-Id: I6343f316e2ecff4e4d7454fb450a1bd0c5a917b8 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/quick/scenegraph/scenegraph.qrc')
-rw-r--r--src/quick/scenegraph/scenegraph.qrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick/scenegraph/scenegraph.qrc b/src/quick/scenegraph/scenegraph.qrc
index c7257c17a0..e409f07610 100644
--- a/src/quick/scenegraph/scenegraph.qrc
+++ b/src/quick/scenegraph/scenegraph.qrc
@@ -121,5 +121,8 @@
<file>shaders_ng/shadereffect.frag.qsb</file>
<file>shaders_ng/sprite.vert.qsb</file>
<file>shaders_ng/sprite.frag.qsb</file>
+
+ <file>shaders_ng/visualization.vert.qsb</file>
+ <file>shaders_ng/visualization.frag.qsb</file>
</qresource>
</RCC>