summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/vulkan.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vulkan/vulkan.pro')
-rw-r--r--examples/vulkan/vulkan.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/vulkan/vulkan.pro b/examples/vulkan/vulkan.pro
new file mode 100644
index 0000000000..ef5496bcd4
--- /dev/null
+++ b/examples/vulkan/vulkan.pro
@@ -0,0 +1,7 @@
+TEMPLATE = subdirs
+
+SUBDIRS = hellovulkanwindow \
+ hellovulkantriangle \
+ hellovulkantexture
+
+qtHaveModule(widgets): SUBDIRS += hellovulkanwidget