Created attachment 118464 [details] Build logs I've tried to build some examples, but all of them failed and with different errors. I've attached the building logs to this issue. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Gentoo Stable KDE Plasma Version: 5.14.5 KDE Frameworks Version: 5.54.0 Qt Version: 5.11.3 CMake Version: 3.13.4 Rust Version: 1.32
To build the demo, rust_qt_binding_generator should be built. rust_qt_binding_generator is part of the parent project. To build the demo, do this: cd rust_qt_binding_generator mkdir build cd build cmake .. make Demo
Oh, I see. Thanks.