From 1847e158e09e24af704b02c8fb30adbf04d3befa Mon Sep 17 00:00:00 2001
From: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Date: Tue, 1 Dec 2015 17:02:41 +0100
Subject: [PATCH] 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: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
---
 src/core/config/embedded_linux.pri | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/core/config/embedded_linux.pri b/src/core/config/embedded_linux.pri
index 3cf1add0d..8d9a848e8 100644
--- a/src/core/config/embedded_linux.pri
+++ b/src/core/config/embedded_linux.pri
@@ -44,7 +44,6 @@ GYP_CONFIG += \
     use_ozone=1 \
     use_pango=0 \
     use_system_fontconfig=1 \
-    use_system_icu=1 \
     icu_use_data_file_flag=0 \
     use_x11=0 \
     v8_use_snapshot=false \
-- 
GitLab