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.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/vulkan/vulkan.pro b/examples/vulkan/vulkan.pro
new file mode 100644
index 0000000000..920762cb9e
--- /dev/null
+++ b/examples/vulkan/vulkan.pro
@@ -0,0 +1,10 @@
+TEMPLATE = subdirs
+
+SUBDIRS = hellovulkanwindow \
+ hellovulkantriangle \
+ hellovulkantexture
+
+qtHaveModule(widgets) {
+ SUBDIRS += hellovulkanwidget
+ qtHaveModule(concurrent): SUBDIRS += hellovulkancubes
+}