summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpolygon/CMakeLists.txt
blob: 58ea73881e4754a89b078cc4ee5648d0767cae8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from qpolygon.pro.

#####################################################################
## tst_qpolygon Test:
#####################################################################

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

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

qt_internal_extend_target(tst_qpolygon CONDITION UNIX AND NOT APPLE AND NOT HAIKU AND NOT INTEGRITY
    LIBRARIES
        m
)