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
Only Linux uses ICU for bidirectional text (and related functionality). This causes issues with building. While we should keep compatibility with Qt binaries we should also make it easier for distribution users:
Make sure that internal ICU is not used when not selected.
Test builds with internal ICU and the effect on size.
I tested this with Qt 6.6 (linux, and android as well too actually, works very well).
The internal ICU usage is only adding about 300 kb to libQMapLibre (out of 11.2-5 mb) and both internal or system ICU builds are working.
Only Linux uses ICU for bidirectional text (and related functionality). This causes issues with building. While we should keep compatibility with Qt binaries we should also make it easier for distribution users:
/cc @petricf @emericg
The text was updated successfully, but these errors were encountered: