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

#####################################################################
## qopenglcontext Binary:
#####################################################################

qt_internal_add_manual_test(qopenglcontext
    GUI
    SOURCES
        main.cpp
        qopenglcontextwindow.cpp qopenglcontextwindow.h
    LIBRARIES
        Qt::EglSupportPrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::OpenGL
)