summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtextcursorinsert/CMakeLists.txt
blob: 064b636bdde90f74023cf3148bb35840fc9ea834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_manual_test(qtextcursorinsert
    GUI
    SOURCES
        main.cpp
        widget.cpp widget.h widget.ui
    LIBRARIES
        Qt::Gui
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)