b5b954fac1
Because it is the least documented one, and compared to the other Vulkan examples it does not add anything new, it just dives deeper into Vulkan. Pick-to: 6.5 Change-Id: Iecf3e04625fba256ea8134da57f54498ee2010db Reviewed-by: Christian Strømme <christian.stromme@qt.io>
12 lines
354 B
CMake
12 lines
354 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
qt_internal_add_example(hellovulkanwindow)
|
|
qt_internal_add_example(hellovulkantriangle)
|
|
if(TARGET Qt6::Widgets)
|
|
qt_internal_add_example(hellovulkanwidget)
|
|
endif()
|
|
if(TARGET Qt6::Concurrent AND TARGET Qt6::Widgets)
|
|
qt_internal_add_example(hellovulkancubes)
|
|
endif()
|