11 lines
229 B
Prolog
11 lines
229 B
Prolog
|
TEMPLATE = subdirs
|
||
|
|
||
|
SUBDIRS = hellovulkanwindow \
|
||
|
hellovulkantriangle \
|
||
|
hellovulkantexture
|
||
|
|
||
|
qtHaveModule(widgets) {
|
||
|
SUBDIRS += hellovulkanwidget
|
||
|
qtHaveModule(concurrent): SUBDIRS += hellovulkancubes
|
||
|
}
|