summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/hellovulkantriangle/hellovulkantriangle.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vulkan/hellovulkantriangle/hellovulkantriangle.qrc')
-rw-r--r--examples/vulkan/hellovulkantriangle/hellovulkantriangle.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/vulkan/hellovulkantriangle/hellovulkantriangle.qrc b/examples/vulkan/hellovulkantriangle/hellovulkantriangle.qrc
new file mode 100644
index 0000000000..489fc7295a
--- /dev/null
+++ b/examples/vulkan/hellovulkantriangle/hellovulkantriangle.qrc
@@ -0,0 +1,6 @@
+<!DOCTYPE RCC><RCC version="1.0">
+<qresource>
+ <file alias="color_vert.spv">../shared/color_vert.spv</file>
+ <file alias="color_frag.spv">../shared/color_frag.spv</file>
+</qresource>
+</RCC>