KRunner Installation Instructions

Download

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

Usage

CMake:

find_package(KF5Runner)
target_link_libraries(yourapp KF5::Runner)

QMake: 

QT += KRunner 

 

Browse Source

KRunner on cgit.kde.org