summaryrefslogtreecommitdiffstats
path: root/tests/manual/qcursor/childwindowcontainer/CMakeLists.txt
blob: 6fe9611f023a03f0d5e6e5a3a59b10cf1dacaa36 (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

#####################################################################
## childwindowcontainer Binary:
#####################################################################

qt_internal_add_manual_test(childwindowcontainer
    GUI
    SOURCES
        main.cpp
    INCLUDE_DIRECTORIES
        .
    LIBRARIES
        Qt::Gui
        Qt::Widgets
)