Don't build smsapp on sfos
This commit is contained in:
parent
bef029b8f5
commit
9d3789e7fd
1 changed files with 1 additions and 2 deletions
|
@ -105,6 +105,7 @@ if (NOT SAILFISHOS)
|
|||
add_subdirectory(urlhandler)
|
||||
add_subdirectory(nautilus-extension)
|
||||
add_subdirectory(fileitemactionplugin)
|
||||
add_subdirectory(smsapp)
|
||||
else()
|
||||
add_subdirectory(sfos)
|
||||
endif()
|
||||
|
@ -118,8 +119,6 @@ set_package_properties(KF5PeopleVCard PROPERTIES
|
|||
TYPE RUNTIME
|
||||
)
|
||||
|
||||
add_subdirectory(smsapp)
|
||||
|
||||
if(KF5DocTools_FOUND)
|
||||
add_subdirectory(doc)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue