summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qinputcontrol/CMakeLists.txt
blob: 04e99b2c7c197c439bd293530b4539f08b7953c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_qinputcontrol Test:
#####################################################################

qt_internal_add_test(tst_qinputcontrol
    SOURCES
        tst_qinputcontrol.cpp
    LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
)