blob: 920762cb9e14f328c18ee4b958993fd7ac38624f [file] [log] [blame]
TEMPLATE = subdirs
SUBDIRS = hellovulkanwindow \
hellovulkantriangle \
hellovulkantexture
qtHaveModule(widgets) {
SUBDIRS += hellovulkanwidget
qtHaveModule(concurrent): SUBDIRS += hellovulkancubes
}