KNotifyConfig Installation Instructions

Download

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

Usage

CMake:

find_package(KF5NotifyConfig)
target_link_libraries(yourapp KF5::NotifyConfig)

QMake: 

QT += KNotifyConfig 

 

Browse Source

KNotifyConfig on cgit.kde.org