Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bundling of module for static builds
Without this patch the module is not bundled in static builds correctly causing 'module "<QtModule>" is not installed' errors in during runtime. As reference: this happens, because 'QQmlMetaType::isAnyModule(importUri)' at 'qtdeclarative/src/qml/qml/qqmltypeloader.cpp:1422:' returns 'false', which indicates that the module was not registered. Task-number: QTBUG-59559 Change-Id: I6ca9c13b7467fae069d0ec3406a0e16fbb8f59d3 Reviewed-by: Miikka Heikkinen <[email protected]> Reviewed-by: J-P Nurmi <[email protected]> Reviewed-by: Oswald Buddenhagen <[email protected]>
- Loading branch information