summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations/CMakeLists.txt
blob: 253540455b4de652b8e83963ca0dda9115448291 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from gl_integrations.pro.

if(QT_FEATURE_xcb_egl_plugin)
    add_subdirectory(xcb_egl)
endif()
if(QT_FEATURE_xcb_glx_plugin)
    add_subdirectory(xcb_glx)
endif()