mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 03:59:59 +08:00
9 lines
168 B
Prolog
9 lines
168 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = hellovulkantriangle
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += hellovulkanwidget
|
|
qtHaveModule(concurrent): SUBDIRS += hellovulkancubes
|
|
}
|