KWindowSystem Installation Instructions

Download

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

Usage

CMake:

find_package(KF5WindowSystem)
target_link_libraries(yourapp KF5::WindowSystem)

QMake: 

QT += KWindowSystem 

 

Browse Source

KWindowSystem on cgit.kde.org