51f22a3a04
Pick-to: 6.3 Change-Id: Ia5d474a3efd6aadbd0ef1537318f2f24e6c24fee Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
10 lines
313 B
CMake
10 lines
313 B
CMake
qt_internal_add_example(hellovulkanwindow)
|
|
qt_internal_add_example(hellovulkantriangle)
|
|
qt_internal_add_example(hellovulkantexture)
|
|
if(TARGET Qt::Widgets)
|
|
qt_internal_add_example(hellovulkanwidget)
|
|
endif()
|
|
if(TARGET Qt::Concurrent AND TARGET Qt::Widgets)
|
|
qt_internal_add_example(hellovulkancubes)
|
|
endif()
|