summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qopenglwindow/CMakeLists.txt
blob: 34333ac10a58b4a7b9404dc3b3597f1c38a6ebf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_qopenglwindow Test:
#####################################################################

qt_internal_add_test(tst_qopenglwindow
    SOURCES
        tst_qopenglwindow.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::OpenGL
)