Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 622 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 622 Bytes

cxx-kde-frameworks

Extends cxx-qt by adding bindings for KDE Frameworks. Drop-In crate that takes care of building and linking against KDE Frameworks.

Usage

  • Add cxx-kde-frameworks in your Cargo.toml along with cxx-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.

Contact