KIO Installation Instructions

Download

 

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

 

Usage

CMake:

find_package(KF5KIO)
target_link_libraries(yourapp KF5::KIOCore KF5::KIOFileWidgets KF5::KIOWidgets KF5::KIONTLM)
Use with QMake

QMake: 

QT += KIOCore KIOFileWidgets KIOWidgets KNTLM 

Browse Source

KIO on cgit.kde.org