summaryrefslogtreecommitdiffstats
path: root/tests/manual/raycasting-qml/main.qrc
blob: 48ba3f5008117c50b0f37ee1f8194afaf3897821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<RCC>
    <qresource prefix="/">
        <file>main.qml</file>
        <file>CylinderEntity.qml</file>
        <file>LineEntity.qml</file>
        <file>LineMaterial.qml</file>
        <file>shaders/es2/simpleColor.frag</file>
        <file>shaders/es2/simpleColor.vert</file>
        <file>shaders/gl3/simpleColor.frag</file>
        <file>shaders/gl3/simpleColor.vert</file>
    </qresource>
    <qresource prefix="/shaders/es2"/>
    <qresource prefix="/shaders/gl3"/>
</RCC>