Skip to content

contrib: qtbase: use bundled harfbuzz

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/bundledharfbuzz into master

Harfbuzz available in the contribs includes FreeType integration. This in turn makes Harfbuzz library bigger, because FreeType is linked against statically.

Qt uses HarfBuzz, but it does not use its FreeType integration. So, this way HarfBuzz is built twice, but at the end Qt should end up being smaller.

Merge request reports