qt6windows7/examples/vulkan/vulkan.pro
2023-10-29 23:33:08 +01:00

9 lines
168 B
Prolog

TEMPLATE = subdirs
SUBDIRS = hellovulkantriangle
qtHaveModule(widgets) {
SUBDIRS += hellovulkanwidget
qtHaveModule(concurrent): SUBDIRS += hellovulkancubes
}