rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.24k stars 49 forks source link

Build other qt libraries with ritual? #131

Open lf- opened 1 year ago

lf- commented 1 year ago

I would like to bind to KF5GuiAddons, which is only exposed as a cmake Find module. It looks to me that the infrastructure for qt_ritual_build, e.g. is hardcoded to only work on first party Qt things. As far as I can tell, it's at least very hard to use ritual to build things that are not bundled with Qt, if not entirely not possible. Regardless, I can't find any documentation on how to do it.