From 7c9032c85af8fed4e5cfa688e101b0ed39f37683 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 29 Dec 2023 14:49:21 +0100 Subject: [PATCH] Remove no longer needed kpeoplevcard dependency Its functionality has been merged into KPeople --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) 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()