mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 17:25:24 +08:00
qt 6.5.1 original
This commit is contained in:
21
tests/auto/widgets/kernel/qapplication/test/BLACKLIST
Normal file
21
tests/auto/widgets/kernel/qapplication/test/BLACKLIST
Normal file
@ -0,0 +1,21 @@
|
||||
# This file is mainly used for Android tests since Android
|
||||
# packages "test" instead of "qapplication" folder
|
||||
# QTBUG-87025
|
||||
[libraryPaths]
|
||||
android
|
||||
[setFont]
|
||||
android
|
||||
[closeAllWindows]
|
||||
android
|
||||
[libraryPaths_qt_plugin_path_2]
|
||||
android
|
||||
[desktopSettingsAware]
|
||||
android
|
||||
[applicationPalettePolish]
|
||||
android
|
||||
[touchEventPropagation]
|
||||
android
|
||||
[wheelEventPropagation]
|
||||
android
|
||||
[qtbug_12673]
|
||||
android
|
31
tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt
Normal file
31
tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#####################################################################
|
||||
## test Test:
|
||||
#####################################################################
|
||||
|
||||
# Collect test data
|
||||
list(APPEND test_data "../tmp/README")
|
||||
list(APPEND test_data "../modal")
|
||||
|
||||
qt_internal_add_test(tst_qapplication
|
||||
SOURCES
|
||||
../tst_qapplication.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::Widgets
|
||||
Qt::WidgetsPrivate
|
||||
TESTDATA ${test_data}
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/.."
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
qt_internal_extend_target(tst_qapplication CONDITION builtin_testdata
|
||||
DEFINES
|
||||
BUILTIN_TESTDATA
|
||||
)
|
Reference in New Issue
Block a user