From d9e9c032270c0933ff5b32f6f0e386f9313f9449 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 4 Oct 2014 10:59:11 +0200 Subject: [PATCH] Add KWallet for handling passwords --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9940a65..dd8247d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ find_package(KF5 ${KF5_VERSION} REQUIRED XmlGui # User interface ConfigWidgets # Handling of configuration KIO # Jobs + Wallet # Password handling KDELibs4Support # Transitional )