summaryrefslogtreecommitdiffstats
path: root/tests/manual/opengl/CMakeLists.txt
blob: e8e4255c59384625e9fd483b6460dddfbf80b0f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## testcontrol Binary:
#####################################################################

set(CMAKE_AUTOMOC ON)

qt_internal_add_manual_test(tst_opengl
    GUI
    SOURCES
        glbox.cpp glbox.h
        globjwin.cpp globjwin.h
        main.cpp
        opengl.def
        opengl.rc
    LIBRARIES
        Qt::AxServer
        Qt::Gui
        Qt::OpenGL
        Qt::OpenGLWidgets
        Qt::Widgets
)

# qt_disable_warnings(tst_opengl)
qt6_target_idl(tst_opengl)