summaryrefslogtreecommitdiffstats
path: root/tests/manual/qgraphicslayout/anchorlayout/CMakeLists.txt
blob: 13331a74a801ae24d8d2287e1b267b1d052bd7f7 (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

#####################################################################
## anchorlayout Binary:
#####################################################################
cmake_minimum_required(VERSION 3.16)

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