KPty Installation Instructions

Download

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

Usage

CMake:

find_package(KF5Pty)
target_link_libraries(yourapp KF5::Pty)

QMake: 

QT += KPty 

 

Browse Source

KPty on cgit.kde.org