summaryrefslogtreecommitdiffstats
path: root/tests/manual/compute-particles/compute-particles.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/compute-particles/compute-particles.qrc')
-rw-r--r--tests/manual/compute-particles/compute-particles.qrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/manual/compute-particles/compute-particles.qrc b/tests/manual/compute-particles/compute-particles.qrc
new file mode 100644
index 000000000..b9d41c875
--- /dev/null
+++ b/tests/manual/compute-particles/compute-particles.qrc
@@ -0,0 +1,14 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>ComputeFrameGraph.qml</file>
+ <file>ComputeMaterial.qml</file>
+ <file>ParticlesScene.qml</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>