summaryrefslogtreecommitdiffstats
path: root/tests/manual/compute-particles/compute-particles.qrc
blob: b9d41c8750b73f233cb57f52f4f9bbed16b68c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>