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

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