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>
This commit is contained in:
Alexandru Croitor 2020-06-04 12:36:54 +02:00
parent f52a48d963
commit 9b1190fd68

View File

@ -36,7 +36,7 @@ if(TARGET Qt::Network AND NOT WINRT)
add_subdirectory(networkselftest) add_subdirectory(networkselftest)
endif() endif()
if(MACOS AND TARGET Qt::Gui) if(MACOS AND TARGET Qt::Gui)
add_subdirectory(macnativeevents) # add_subdirectory(macnativeevents) # special case it's disabled in qmake too
endif() endif()
if(embedded) if(embedded)
add_subdirectory(qdirectpainter) add_subdirectory(qdirectpainter)