Fix building with KUnifiedPush on Android

I made sure it doesn't include KDBusService and removed the if check in
CMake.
This commit is contained in:
Joshua Goins
2025-09-09 13:18:43 +02:00
parent 45c5806c5a
commit 2f060dcfe6
2 changed files with 6 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ set_package_properties(KF6DocTools PROPERTIES DESCRIPTION
option(WITH_UNIFIEDPUSH "Build with KUnifiedPush support" ON)
if (ANDROID OR APPLE OR WIN32 OR HAIKU)
if (APPLE OR WIN32 OR HAIKU)
set(WITH_UNIFIEDPUSH OFF)
endif()