summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qmdisubwindow/CMakeLists.txt
blob: f84e59b5cbb79a4fb449cfa94bbf535ed6e333c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from qmdisubwindow.pro.

#####################################################################
## tst_qmdisubwindow Test:
#####################################################################

qt_internal_add_test(tst_qmdisubwindow
    SOURCES
        tst_qmdisubwindow.cpp
    DEFINES
        QT_NO_CAST_FROM_ASCII
        QT_NO_CAST_TO_ASCII
    LIBRARIES
        Qt::Gui
        Qt::Widgets
        Qt::WidgetsPrivate
)