Build SMS app by default
This commit is contained in:
parent
2df3b6eb16
commit
9f4716c3c5
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ else()
|
||||||
add_subdirectory(sfos)
|
add_subdirectory(sfos)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(SMSAPP_ENABLED OFF)
|
option(SMSAPP_ENABLED ON)
|
||||||
if(SMSAPP_ENABLED)
|
if(SMSAPP_ENABLED)
|
||||||
find_package(KF5Kirigami2)
|
find_package(KF5Kirigami2)
|
||||||
find_package(KF5People REQUIRED)
|
find_package(KF5People REQUIRED)
|
||||||
|
|
Loading…
Reference in a new issue