summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/hellovulkancubes/hellovulkancubes.qrc
blob: 7b085e18754735bd4e70cc081efaa2fda8487bee (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
    <file alias="block.buf">../shared/block.buf</file>
    <file alias="qt_logo.buf">../shared/qt_logo.buf</file>
    <file>color_phong_vert.spv</file>
    <file>color_phong_frag.spv</file>
    <file>color_vert.spv</file>
    <file>color_frag.spv</file>
</qresource>
</RCC>