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

# Generated from qmouseevent_modal.pro.

#####################################################################
## tst_qmouseevent_modal Test:
#####################################################################

qt_internal_add_test(tst_qmouseevent_modal
    SOURCES
        tst_qmouseevent_modal.cpp
    LIBRARIES
        Qt::Gui
        Qt::Widgets
)