summaryrefslogtreecommitdiffstats
path: root/tests/manual/xcb_gl_integration/CMakeLists.txt
blob: 4820c991d219673bd7bf12b17d55b27f2503b97f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## xcb_gl_integration Binary:
#####################################################################

qt_internal_add_manual_test(xcb_gl_integration
    GUI
    SOURCES
        main.cpp
    INCLUDE_DIRECTORIES
        .
    LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
)