CMake: disable macnativeevents tests
It's disabled in qmake too, due to being almost all blacklisted and flaky. Plus locally when i tested, i had to give accessibility permissions manually, otherwise it failed. Change-Id: I55ce7a81c46ac28f41c43f5c159fecc22d489966 Reviewed-by: Cristian Adam <cristian.adam@qt.io>bb10
parent
f52a48d963
commit
9b1190fd68
|
|
@ -36,7 +36,7 @@ if(TARGET Qt::Network AND NOT WINRT)
|
|||
add_subdirectory(networkselftest)
|
||||
endif()
|
||||
if(MACOS AND TARGET Qt::Gui)
|
||||
add_subdirectory(macnativeevents)
|
||||
# add_subdirectory(macnativeevents) # special case it's disabled in qmake too
|
||||
endif()
|
||||
if(embedded)
|
||||
add_subdirectory(qdirectpainter)
|
||||
|
|
|
|||
Loading…
Reference in New Issue