put win check within sfos
This commit is contained in:
parent
91765a354d
commit
ccb9c1fd48
1 changed files with 4 additions and 4 deletions
|
@ -81,12 +81,12 @@ if(NOT SAILFISHOS)
|
|||
add_subdirectory(kcm)
|
||||
add_subdirectory(kcmplugin)
|
||||
add_subdirectory(daemon)
|
||||
endif()
|
||||
|
||||
if(NOT WIN32 AND NOT SAILFISHOS)
|
||||
if(NOT WIN32)
|
||||
add_subdirectory(kio)
|
||||
add_subdirectory(plasmoid)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
add_subdirectory(icon)
|
||||
add_subdirectory(interfaces)
|
||||
|
|
Loading…
Reference in a new issue