Sonnet Installation Instructions
Download
git clone git://anongit.kde.org/sonnet.git
Dependencies
- ECM 5.64.0 or later
- Qt5Widgets
Usage
CMake:
find_package(KF5Sonnet) target_link_libraries(yourapp KF5::SonnetCore KF5::SonnetUi)
QMake:
QT += SonnetCore SonnetUi
Browse Source
Sonnet on cgit.kde.org