diff --git a/CMakeLists.txt b/CMakeLists.txt index 131d93e3d..1fd27e4b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ else() ) endif() -if (NOT ANDROID AND NOT WIN32) +if (NOT ANDROID AND NOT WIN32 AND NOT APPLE) find_package(KF5DBusAddons ${KF5_MIN_VERSION} REQUIRED) endif()