diff --git a/CMakeLists.txt b/CMakeLists.txt index e864da324..463b50e1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()