Remove SMS app cmake flag
This commit is contained in:
parent
97a5f91cef
commit
796953d853
1 changed files with 9 additions and 12 deletions
|
@ -106,19 +106,16 @@ else()
|
||||||
add_subdirectory(sfos)
|
add_subdirectory(sfos)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(SMSAPP_ENABLED ON)
|
find_package(KF5Kirigami2)
|
||||||
if(SMSAPP_ENABLED)
|
find_package(KF5People REQUIRED)
|
||||||
find_package(KF5Kirigami2)
|
find_package(KF5PeopleVCard)
|
||||||
find_package(KF5People REQUIRED)
|
set_package_properties(KF5PeopleVCard PROPERTIES
|
||||||
find_package(KF5PeopleVCard)
|
PURPOSE "Read vcards from the file system"
|
||||||
set_package_properties(KF5PeopleVCard PROPERTIES
|
URL "https://phabricator.kde.org/source/kpeoplevcard/"
|
||||||
PURPOSE "Read vcards from the file system"
|
TYPE RUNTIME
|
||||||
URL "https://phabricator.kde.org/source/kpeoplevcard/"
|
)
|
||||||
TYPE RUNTIME
|
|
||||||
)
|
|
||||||
|
|
||||||
add_subdirectory(smsapp)
|
add_subdirectory(smsapp)
|
||||||
endif()
|
|
||||||
|
|
||||||
if(KF5DocTools_FOUND)
|
if(KF5DocTools_FOUND)
|
||||||
add_subdirectory(doc)
|
add_subdirectory(doc)
|
||||||
|
|
Loading…
Reference in a new issue