summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/hellovulkancubes/hellovulkancubes.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vulkan/hellovulkancubes/hellovulkancubes.qrc')
-rw-r--r--examples/vulkan/hellovulkancubes/hellovulkancubes.qrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/vulkan/hellovulkancubes/hellovulkancubes.qrc b/examples/vulkan/hellovulkancubes/hellovulkancubes.qrc
new file mode 100644
index 0000000000..7b085e1875
--- /dev/null
+++ b/examples/vulkan/hellovulkancubes/hellovulkancubes.qrc
@@ -0,0 +1,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>