Disable qaccessibilitylinux test
The qaccessibilitylinux does not work properly and is also disabled in qmake. Change-Id: I8d047c86c792751f28f296b00421babeb42db778 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
ee5d7facc1
commit
ba96b0cbd9
|
|
@ -30,7 +30,7 @@ if(QT_FEATURE_accessibility AND TARGET Qt::Gui AND TARGET Qt::Widgets AND NOT WI
|
|||
add_subdirectory(qaccessibility)
|
||||
endif()
|
||||
if(QT_FEATURE_accessibility_atspi_bridge AND TARGET Qt::Gui AND TARGET Qt::Widgets)
|
||||
add_subdirectory(qaccessibilitylinux)
|
||||
#add_subdirectory(qaccessibilitylinux) # special case # This test is broken
|
||||
endif()
|
||||
if(TARGET Qt::Network AND NOT WINRT)
|
||||
add_subdirectory(networkselftest)
|
||||
|
|
|
|||
Loading…
Reference in New Issue