mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-07 01:35:25 +08:00
qt 6.5.1 original
This commit is contained in:
18
tests/manual/gestures/graphicsview/CMakeLists.txt
Normal file
18
tests/manual/gestures/graphicsview/CMakeLists.txt
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#####################################################################
|
||||
## tst_manual_graphicsview Binary:
|
||||
#####################################################################
|
||||
|
||||
qt_internal_add_manual_test(tst_manual_graphicsview
|
||||
GUI
|
||||
SOURCES
|
||||
gestures.cpp gestures.h
|
||||
imageitem.cpp imageitem.h
|
||||
main.cpp
|
||||
mousepangesturerecognizer.cpp mousepangesturerecognizer.h
|
||||
LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
Reference in New Issue
Block a user