Don't use KActivities on macOS

Activities are a Plasma concept, they don't make sense on macOS
remotes/origin/work/numberformattest
Nicolas Fella 4 years ago
parent 5eed8258ed
commit 986c2e6db5
  1. 2
      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
)

Loading…
Cancel
Save