qt5base-lts/examples/vulkan/vulkan.pro

9 lines
168 B
Prolog
Raw Normal View History

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