Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
986c2e6d
Commit
986c2e6d
authored
Aug 24, 2022
by
Nicolas Fella
Browse files
Don't use KActivities on macOS
Activities are a Plasma concept, they don't make sense on macOS
parent
5eed8258
Pipeline
#222148
passed with stage
in 9 minutes and 4 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
986c2e6d
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment