aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/customeffect/qml.qrc
blob: c0c6d68b848fc0f76650726d4bf30948a8a70b35 (plain)
1
2
3
4
5
6
7
8
9
10
<RCC>
    <qresource prefix="/">
        <file>main.qml</file>
        <file>checkers2.png</file>
        <file>qt_logo_rect.png</file>
        <file>effect.frag</file>
        <file>effect2.vert</file>
        <file>effect2.frag</file>
    </qresource>
</RCC>