fix linkage with freetype/icu twice on linux #1724

Closed
Dushistov wants to merge 1 commit from fix-odr into master

1 commit

Author SHA1 Message Date
Evgeniy A. Dushistov
5704587bec fix linkage with freetype/icu twice on linux
On linux Qt library depend on icu and freetype,
so OMaps linked with freetype/icu twice:
- static libraries 3rdparty/icu|freetype
- dynamic dependencies from libQtCore/libQtWidgets

this is undefined behavior because of one-definition-rule violation
comment #395

Signed-off-by: Evgeniy A. Dushistov <dushistov@mail.ru>
2021-12-21 23:37:51 +03:00