user avatar
Fix bundling of module for static builds
Julian Strobl authored
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: I2856ceaf8148ccbe2c930ec5fdd878c084107ea3
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@qt.io>
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: default avatarAndy Shaw <andy.shaw@qt.io>
0b29698c
Name Last commit Last update
..