summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsanchorlayout1/CMakeLists.txt
blob: 9c6d82b3577cf774cf2189753aaa64fa8a77a659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_qgraphicsanchorlayout1 Test:
#####################################################################

qt_internal_add_test(tst_qgraphicsanchorlayout1
    SOURCES
        tst_qgraphicsanchorlayout1.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::Widgets
        Qt::WidgetsPrivate
)