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