Files
qt5.12.8/examples/vulkan/vulkan.pro
2025-08-26 22:57:23 +08:00

11 lines
229 B
Prolog

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