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

#####################################################################
## multiwindow Binary:
#####################################################################

qt_internal_add_manual_test(multiwindow
    GUI
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Gui
)