qt 6.5.1 original

This commit is contained in:
kleuter
2023-10-29 23:33:08 +01:00
parent 71d22ab6b0
commit 85d238dfda
21202 changed files with 5499099 additions and 0 deletions

View File

@ -0,0 +1,47 @@
[raise]
opensuse-leap
[renderInvisible]
macos
[optimizedResizeMove]
osx
[optimizedResize_topLevel]
osx
[render_windowOpacity]
macos arm
[render_systemClip]
osx
[multipleToplevelFocusCheck]
centos
opensuse-leap
ubuntu
sles-15
# QTBUG-87668
[showMinimizedKeepsFocus]
android
macos-13 ci
[normalGeometry]
android
[saveRestoreGeometry]
android
[optimizedResizeMove]
android
[update]
android
[scroll]
android
[moveChild]
android
[multipleToplevelFocusCheck]
android
[renderInvisible]
android
[updateWhileMinimized]
android
[doubleRepaint]
android
[setMaskInResizeEvent]
android
[activateWindow]
android
[optimizedResize_topLevel]
android

View File

@ -0,0 +1,42 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## tst_qwidget Test:
#####################################################################
# Resources:
set(qwidget_resource_files
"geometry-fullscreen.dat"
"geometry-maximized.dat"
"geometry.dat"
"hellotr_la.qm"
)
qt_internal_add_test(tst_qwidget
SOURCES
tst_qwidget.cpp
LIBRARIES
Qt::CorePrivate
Qt::Gui
Qt::GuiPrivate
Qt::TestPrivate
Qt::Widgets
Qt::WidgetsPrivate
TESTDATA ${qwidget_resource_files}
BUILTIN_TESTDATA
)
## Scopes:
#####################################################################
qt_internal_extend_target(tst_qwidget CONDITION AIX
COMPILE_OPTIONS
-fpermissive
)
qt_internal_extend_target(tst_qwidget CONDITION WIN32
LIBRARIES
gdi32
user32
)

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff