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

#####################################################################
## tst_manual_styles Binary:
#####################################################################

qt_internal_add_manual_test(tst_manual_styles
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Widgets
)