mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 14:38:28 +08:00
20 lines
475 B
CMake
20 lines
475 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
#####################################################################
|
|
## 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
|
|
)
|