summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtouchevent/CMakeLists.txt
blob: f3f418d1090b899b423aa228d12ef4532458b53c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from qtouchevent.pro.

#####################################################################
## qtouchevent Binary:
#####################################################################

qt_internal_add_manual_test(qtouchevent
    SOURCES
        form.ui
        main.cpp
        touchwidget.cpp touchwidget.h
    LIBRARIES
        Qt::Gui
        Qt::Test
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)