summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/compute-particles/compute-particles.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/compute-particles/compute-particles.qrc')
-rw-r--r--examples/qt3d/compute-particles/compute-particles.qrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/qt3d/compute-particles/compute-particles.qrc b/examples/qt3d/compute-particles/compute-particles.qrc
index 0f94fddd5..b9d41c875 100644
--- a/examples/qt3d/compute-particles/compute-particles.qrc
+++ b/examples/qt3d/compute-particles/compute-particles.qrc
@@ -3,9 +3,12 @@
<file>main.qml</file>
<file>ComputeFrameGraph.qml</file>
<file>ComputeMaterial.qml</file>
- <file>particles.frag</file>
- <file>particles.vert</file>
<file>ParticlesScene.qml</file>
- <file>particles.comp</file>
+ <file>shaders/gl43/particles.frag</file>
+ <file>shaders/gl43/particles.vert</file>
+ <file>shaders/gl43/particles.comp</file>
+ <file>shaders/gl45/particles.frag</file>
+ <file>shaders/gl45/particles.vert</file>
+ <file>shaders/gl45/particles.comp</file>
</qresource>
</RCC>