KNotifications Installation Instructions
Download
git clone git://anongit.kde.org/knotifications.git
Usage
CMake:
find_package(KF5Notifications) target_link_libraries(yourapp KF5::Notifications)
QMake:
QT += KNotifications
Browse Source
KNotifications on cgit.kde.org