summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-11-24 18:35:54 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-24 19:39:52 +0100
commitc5957ac90cbaccccbd58b3fc73f94cf0d4795e54 (patch)
treeda343f4ecd843a0ff83ef3f584cb62d9188dab5c
parent8af12f0c9ee0cfdf28f557e96086bb7b08d786bc (diff)
Disable using the ICU data file on embedded linux
Since we use the system ICU we do not need the extra data file. This fixes a crash caused by missing icudtl.dat file. Change-Id: Ic7a6ad83d6595ea3a89c736c281499636b05945e Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
-rw-r--r--src/core/config/embedded_linux.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config/embedded_linux.pri b/src/core/config/embedded_linux.pri
index dc6a5f612..4000625c6 100644
--- a/src/core/config/embedded_linux.pri
+++ b/src/core/config/embedded_linux.pri
@@ -46,6 +46,7 @@ GYP_CONFIG += \
use_pulseaudio=0 \
use_system_harfbuzz=0 \
use_system_icu=1 \
+ icu_use_data_file_flag=0 \
use_x11=0 \
v8_use_snapshot=false \
want_separate_host_toolset=1 \