c72b821b59
Features a little bit more than a cube, though. Change-Id: I636d4875ba9ccf722ed3caab97f14570be785748 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
11 lines
229 B
Prolog
11 lines
229 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = hellovulkanwindow \
|
|
hellovulkantriangle \
|
|
hellovulkantexture
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += hellovulkanwidget
|
|
qtHaveModule(concurrent): SUBDIRS += hellovulkancubes
|
|
}
|