Remove no longer needed kpeoplevcard dependency
Its functionality has been merged into KPeople
This commit is contained in:
parent
6e99c00d76
commit
7c9032c85a
1 changed files with 0 additions and 7 deletions
|
@ -81,13 +81,6 @@ if(UNIX AND NOT APPLE)
|
|||
pkg_check_modules(DBus REQUIRED dbus-1)
|
||||
endif()
|
||||
|
||||
find_package(KF5PeopleVCard)
|
||||
set_package_properties(KF5PeopleVCard PROPERTIES
|
||||
PURPOSE "Read vcards from the file system"
|
||||
URL "https://invent.kde.org/pim/kpeoplevcard"
|
||||
TYPE RUNTIME
|
||||
)
|
||||
|
||||
if (NOT WIN32)
|
||||
find_package(KF6StatusNotifierItem ${KF_MIN_VERSION} REQUIRED)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue