summaryrefslogtreecommitdiffstats
path: root/src/core/qtwebengine_extras.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qtwebengine_extras.gypi')
-rw-r--r--src/core/qtwebengine_extras.gypi8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/core/qtwebengine_extras.gypi b/src/core/qtwebengine_extras.gypi
index 51f8c61f0..af2874c3b 100644
--- a/src/core/qtwebengine_extras.gypi
+++ b/src/core/qtwebengine_extras.gypi
@@ -63,7 +63,6 @@
'defines!': [
'OPENSSLDIR="/etc/ssl"',
],
- 'ldflags!': ['<!@(icu-config --ldflags)'], # remove garbage added by icu.gyp
'target_conditions': [
['_type=="shared_library"', {
'ldflags': [
@@ -71,6 +70,13 @@
'-Wl,-shared,-Bsymbolic',
],
}],
+ ['_toolset=="target"', {
+ 'libraries': [
+ '-licui18n',
+ '-licuuc',
+ '-licudata',
+ ],
+ }],
],
},
}],