Don't build Plasmoid and KIO slave on macOS
This commit is contained in:
parent
1f2d7139ed
commit
5ec83ba223
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ if (NOT SAILFISHOS)
|
||||||
add_subdirectory(smsapp)
|
add_subdirectory(smsapp)
|
||||||
add_subdirectory(settings)
|
add_subdirectory(settings)
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32 AND NOT APPLE)
|
||||||
add_subdirectory(kio)
|
add_subdirectory(kio)
|
||||||
add_subdirectory(plasmoid)
|
add_subdirectory(plasmoid)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue