aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/rendercontrol/CMakeLists.txt
blob: d94a50b2c7e61721edd1bbda48a38ccc43a489c9 (plain)
1
2
3
4
5
6
7
# 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()