2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2021-05-24 06:35:39 +00:00
|
|
|
qt_internal_add_example(hellovulkanwindow)
|
|
|
|
qt_internal_add_example(hellovulkantriangle)
|
|
|
|
qt_internal_add_example(hellovulkantexture)
|
2019-10-04 08:39:26 +00:00
|
|
|
if(TARGET Qt::Widgets)
|
2021-05-24 06:35:39 +00:00
|
|
|
qt_internal_add_example(hellovulkanwidget)
|
2019-10-04 08:39:26 +00:00
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Concurrent AND TARGET Qt::Widgets)
|
2021-05-24 06:35:39 +00:00
|
|
|
qt_internal_add_example(hellovulkancubes)
|
2019-10-04 08:39:26 +00:00
|
|
|
endif()
|