aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/rendercontrol/CMakeLists.txt
blob: d58899ae6981b6c9493deb58a796c3ec63595d18 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

qt_internal_add_example(rendercontrol_opengl)
if(WIN32)
    qt_internal_add_example(rendercontrol_d3d11)
endif()
if(TARGET Qt6::Widgets)
    qt_internal_add_example(rendercontrol_rhi)
endif()