KWallet Installation Instructions

Download

git clone git://anongit.kde.org/kwallet.git

Usage

CMake:

find_package(KF5Wallet)
target_link_libraries(yourapp KF5::Wallet)

QMake: 

QT += KWallet 

 

 

Browse Source

KWallet on cgit.kde.org