You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cxx-qt-lib: use +whole_archive for std_types so that cargo-only works
When building with cargo we need to ensure that the statics aren't
optimised out for registering types with Qt 5.
Otherwise we cannot use numbers in QML.
Also move std_types from -lib into -build, which potentially allows
us to have cxx-qt-lib separate in the future.
Closes#592
0 commit comments