diff --git a/tests/auto/other/CMakeLists.txt b/tests/auto/other/CMakeLists.txt index 88a29b479b..5940048480 100644 --- a/tests/auto/other/CMakeLists.txt +++ b/tests/auto/other/CMakeLists.txt @@ -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)