From ba5445e13534348d085fa06201266b7db1d83b38 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 22 Jul 2023 16:14:56 +0200 Subject: [PATCH] Stop finding QtKeychain Has been upstreamed to libQuotient --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6a77977d..3e0bf8b53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,12 +93,6 @@ set_package_properties(KF${QT_MAJOR_VERSION}Kirigami2 PROPERTIES ) find_package(KF${QT_MAJOR_VERSION}KirigamiAddons 0.7.2 REQUIRED) -find_package(Qt${QT_MAJOR_VERSION}Keychain) -set_package_properties(Qt${QT_MAJOR_VERSION}Keychain PROPERTIES - TYPE REQUIRED - PURPOSE "Secure storage of account secrets" -) - if(ANDROID) find_package(OpenSSL) set_package_properties(OpenSSL PROPERTIES