aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/particles.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/particles.qrc')
-rw-r--r--src/particles/particles.qrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/particles/particles.qrc b/src/particles/particles.qrc
index 582520405f..ad44cf406e 100644
--- a/src/particles/particles.qrc
+++ b/src/particles/particles.qrc
@@ -5,4 +5,16 @@
<file>particleresources/glowdot.png</file>
<file>particleresources/star.png</file>
</qresource>
+ <qresource prefix="/particles">
+ <file>shaders/customparticle.frag</file>
+ <file>shaders/customparticle.vert</file>
+ <file>shaders/customparticletemplate.vert</file>
+ <file>shaders/imageparticle.frag</file>
+ <file>shaders/imageparticle.vert</file>
+ <file>shaders/customparticle_core.frag</file>
+ <file>shaders/customparticle_core.vert</file>
+ <file>shaders/customparticletemplate_core.vert</file>
+ <file>shaders/imageparticle_core.frag</file>
+ <file>shaders/imageparticle_core.vert</file>
+ </qresource>
</RCC>