blob: 920762cb9e14f328c18ee4b958993fd7ac38624f (
plain)
1
2
3
4
5
6
7
8
9
10
|
TEMPLATE = subdirs
SUBDIRS = hellovulkanwindow \
hellovulkantriangle \
hellovulkantexture
qtHaveModule(widgets) {
SUBDIRS += hellovulkanwidget
qtHaveModule(concurrent): SUBDIRS += hellovulkancubes
}
|