mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 08:15:30 +08:00
qt 6.5.1 original
This commit is contained in:
3
tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST
Normal file
3
tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST
Normal file
@ -0,0 +1,3 @@
|
||||
# QTBUG-74760
|
||||
[sorting]
|
||||
osx
|
28
tests/auto/widgets/graphicsview/qgraphicsitem/CMakeLists.txt
Normal file
28
tests/auto/widgets/graphicsview/qgraphicsitem/CMakeLists.txt
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#####################################################################
|
||||
## tst_qgraphicsitem Test:
|
||||
#####################################################################
|
||||
|
||||
qt_internal_add_test(tst_qgraphicsitem
|
||||
SOURCES
|
||||
tst_qgraphicsitem.cpp
|
||||
DEFINES
|
||||
QT_NO_CAST_TO_ASCII
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::TestPrivate
|
||||
Qt::Widgets
|
||||
Qt::WidgetsPrivate
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
qt_internal_extend_target(tst_qgraphicsitem CONDITION WIN32
|
||||
LIBRARIES
|
||||
user32
|
||||
)
|
11883
tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
Normal file
11883
tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user