mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-02 01:17:33 +08:00
The 20260410 SDP patchset ships new majors for freetype and fontconfig: libfreetype.so.26 (was .so.24) and libfontconfig.so.17 (was .so.1). The old sonames remain only as compatibility stubs (libfontconfig.so.1 shrinks to a 320 KB shim vs 1.65 MB for .so.17). Pick up the current libraries in the QEMU system image so Qt runs against the SDP's real fontconfig/freetype, not the stubs. Pick-to: 6.8 6.11 Change-Id: I29ceae73d861d1a398f3efd2f4b2eaab3600fc24 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>