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

#####################################################################
## testtable2 Binary:
#####################################################################

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