put win check within sfos

This commit is contained in:
Piyush Aggarwal 2019-07-28 02:34:36 +05:30
parent 91765a354d
commit ccb9c1fd48

View file

@ -81,13 +81,13 @@ 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)
add_subdirectory(data)