KDAB / cxx-qt

Safe interop between Rust and Qt
https://kdab.github.io/cxx-qt/book/
964 stars 66 forks source link

Only use whole-archive on the `-initalizers` library that contains QML plugins/resources #963

Closed LeonMatthesKDAB closed 2 weeks ago

LeonMatthesKDAB commented 1 month ago

Closes #958

LeonMatthesKDAB commented 1 month ago

Okay, new problem, now the cxx-qt-lib initializers aren't being included, as they're just part of the main binary linked by cargo, not the -initializers library...

ahayzen-kdab commented 1 month ago

Separately i'll explore having an init() method

ahayzen-kdab commented 1 month ago

Separately i'll explore having an init() method

Working build is here #964

LeonMatthesKDAB commented 2 weeks ago

Closing in favor of #978