Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
5ec83ba2
Commit
5ec83ba2
authored
Sep 10, 2021
by
Nicolas Fella
Browse files
Don't build Plasmoid and KIO slave on macOS
parent
1f2d7139
Pipeline
#79851
passed with stage
in 4 minutes and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5ec83ba2
...
...
@@ -144,7 +144,7 @@ if (NOT SAILFISHOS)
add_subdirectory
(
smsapp
)
add_subdirectory
(
settings
)
if
(
NOT WIN32
)
if
(
NOT WIN32
AND NOT APPLE
)
add_subdirectory
(
kio
)
add_subdirectory
(
plasmoid
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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