KXmlRpcClient Installation Instructions

Download

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

Usage

CMake:

find_package(KF5XmlRpcClient)
target_link_libraries(yourapp KF5:XmlRpcClient)

QMake: 

QT += KXmlRpcClient 

 

Browse Source

KXmlRpcClient on cgit.kde.org