qtbase-opensource-src/examples/vulkan/vulkan.pro

11 lines
229 B
Prolog
Raw Normal View History

2022-05-14 17:39:13 +08:00
TEMPLATE = subdirs
SUBDIRS = hellovulkanwindow \
hellovulkantriangle \
hellovulkantexture
qtHaveModule(widgets) {
SUBDIRS += hellovulkanwidget
qtHaveModule(concurrent): SUBDIRS += hellovulkancubes
}