From 986c2e6db5cc4914ddef90ee932d4bad545b7f6b Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 24 Aug 2022 16:49:33 +0200 Subject: [PATCH] Don't use KActivities on macOS Activities are a Plasma concept, they don't make sense on macOS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8ed050f6..05743e8e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )