summaryrefslogtreecommitdiffstats
path: root/openGL_tutorial/src/examples/hello-opengl/resources.qrc
blob: 1a65557af2551b0318b3575fe02f84a7371caa3f (plain)
1
2
3
4
5
6
<RCC>
    <qresource prefix="/">
        <file>fragmentShader.fsh</file>
        <file>vertexShader.vsh</file>
    </qresource>
</RCC>