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

#####################################################################
## qtabbar Binary:
#####################################################################

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