aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/graph/graph.qrc
blob: 2adaeac7516188d744e54c8bc526a35a67f34918 (plain)
1
2
3
4
5
6
7
8
9
<RCC>
    <qresource prefix="/scenegraph/graph">
        <file>main.qml</file>
        <file>shaders/noisy.vsh</file>
        <file>shaders/noisy.fsh</file>
        <file>shaders/line.vsh</file>
        <file>shaders/line.fsh</file>
    </qresource>
</RCC>