summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-12-01 17:02:41 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-12-02 06:16:42 +0000
commit1847e158e09e24af704b02c8fb30adbf04d3befa (patch)
tree6228ca0d8b8ad2423efb695bfa3be2ff2e7ac606
parentbb06a56af8b1158af4834cfb042d33eb376557ae (diff)
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>
-rw-r--r--src/core/config/embedded_linux.pri1
1 files changed, 0 insertions, 1 deletions
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 \