Extends cxx-qt by adding bindings for KDE Frameworks. Drop-In crate that takes care of building and linking against KDE Frameworks.
- Add
cxx-kde-frameworks
in your Cargo.toml along withcxx-qt
. - Use the regular cxx-qt build system to create and build your module.
- Wrapped KDE Frameworks modules should be available to you and you can use them freely.