aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shadereffects/shadereffects.qrc
blob: 7c432744eaf1890e625512b7f09979f997c21b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<RCC>
    <qresource prefix="/qt/qml/shadereffects">
        <file>shadereffects.qml</file>
        <file>content/face-smile.png</file>
        <file>content/qt-logo.png</file>
        <file>content/shaders/wobble.frag.qsb</file>
        <file>content/shaders/blur.frag.qsb</file>
        <file>content/shaders/shadow.frag.qsb</file>
        <file>content/shaders/outline.frag.qsb</file>
        <file>content/shaders/colorize.frag.qsb</file>
        <file>content/shaders/genie.vert.qsb</file>
    </qresource>
</RCC>