Don't use KActivities on macOS

Activities are a Plasma concept, they don't make sense on macOS
This commit is contained in:
Nicolas Fella 2022-08-24 16:49:33 +02:00
parent 5eed8258ed
commit 986c2e6db5

View file

@ -177,7 +177,7 @@ if (BUILD_MOBILE)
)
endif()
if(NOT WIN32 AND NOT ANDROID)
if(NOT WIN32 AND NOT ANDROID AND NOT APPLE)
find_package(KF5 ${KF5_REQUIRED_VERSION} REQUIRED COMPONENTS
Activities
)