2022-07-05 12:02:29 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2024-03-07 14:22:17 +00:00
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
2022-07-05 12:02:29 +00:00
|
|
|
|
2021-02-15 05:34:46 +00:00
|
|
|
qt_internal_add_example(rendercontrol_opengl)
|
2021-05-07 08:18:54 +00:00
|
|
|
if(WIN32)
|
2021-02-15 05:34:46 +00:00
|
|
|
qt_internal_add_example(rendercontrol_d3d11)
|
2020-05-27 10:12:08 +00:00
|
|
|
endif()
|
2023-08-10 11:05:29 +00:00
|
|
|
if(TARGET Qt6::Widgets)
|
|
|
|
qt_internal_add_example(rendercontrol_rhi)
|
|
|
|
endif()
|