Skip to content

Compile qt5 without icu support

Nick Laurenson requested to merge fix/CompileQtWithoutICUSupport into master

This prevent Qt to look link against icu system, which result in package linking against the same libicu that Qt was compile against. This lead to error betwenn ubuntu 18.04 and 16.04 in particular as the system version of icu change.

Merge request reports