Commit 1847e158 authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

Fix embedded Linux debug build


The icu header files are picked up from
src/3rdparty/chromium/third_party/icu, but the syroot's icu libs
were linked.
Do not claim to support linking against the sysroot's icu.
This never worked properly in 5.5.

Task-number: QTBUG-49693
Change-Id: I7dca37ecefbc5b1dabfadf86540442b8face8347
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Showing with 0 additions and 1 deletion
...@@ -44,7 +44,6 @@ GYP_CONFIG += \ ...@@ -44,7 +44,6 @@ GYP_CONFIG += \
use_ozone=1 \ use_ozone=1 \
use_pango=0 \ use_pango=0 \
use_system_fontconfig=1 \ use_system_fontconfig=1 \
use_system_icu=1 \
icu_use_data_file_flag=0 \ icu_use_data_file_flag=0 \
use_x11=0 \ use_x11=0 \
v8_use_snapshot=false \ v8_use_snapshot=false \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment