summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qmenubar/CMakeLists.txt
blob: 69cbf87052145d85c1b256d546a3b3b0aed482eb (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) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from qmenubar.pro.

#####################################################################
## tst_qmenubar Test:
#####################################################################

qt_internal_add_test(tst_qmenubar
    SOURCES
        tst_qmenubar.cpp
    LIBRARIES
        Qt::Gui
        Qt::TestPrivate
        Qt::Widgets
)

## Scopes:
#####################################################################

qt_internal_extend_target(tst_qmenubar CONDITION MACOS
    SOURCES
        tst_qmenubar_mac.mm
    LIBRARIES
        ${FWAppKit}
)