summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpen/CMakeLists.txt
blob: 97aa8c3f8022ac361d9d8f2a41b32396a4d70278 (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_qpen Test:
#####################################################################

qt_internal_add_test(tst_qpen
    SOURCES
        tst_qpen.cpp
    LIBRARIES
        Qt::Gui
)