mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 07:01:14 +00:00
New STATUSQ_BUNDLE_QML option (default ON, desktop/storybook unchanged); mobile passes OFF and bundles statusq.qrc + asset qrcs via Status.pro so the Qt Quick Compiler processes StatusQ's QML (57% of its bindings AOT-compile, tree 46% -> 48%). Resource paths are unchanged. First-launch cold start on device: 5.65s -> 4.83s; runtime QML compilation is now fully eliminated (warm == cold).