Don't use KDBusService on macOS

This commit is contained in:
Nicolas Fella
2021-01-31 22:06:44 +01:00
parent c1d5883af9
commit 5c8b9c0803

View File

@@ -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()