summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2014-02-10 16:59:53 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-25 14:56:41 +0100
commit7abe01872854444acd09c4d63c8097e1882edfa4 (patch)
tree1c6b8ab1f83388f5b6fe830c2df61d7320ede447 /src
parent5a94bc9ae151f24cf3eaf7f378bbc9c227f01208 (diff)
Remove wrong library path that is reported by icu-config.
icu-config reports the path to icu resources on the host so we need to remove this path again, when compiling for an embedded target. Change-Id: Ifaf1c07ad3d0a8794a109b253764834ea3ff6ddc Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/core/qtwebengine_extras.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/qtwebengine_extras.gypi b/src/core/qtwebengine_extras.gypi
index 95c8f7ec1..5d75f9929 100644
--- a/src/core/qtwebengine_extras.gypi
+++ b/src/core/qtwebengine_extras.gypi
@@ -37,7 +37,7 @@
'target_defaults': {
'target_conditions': [
['_toolset=="target"', {
- 'ldflags!': ['-L/usr/lib'], # garbage added by icu-config
+ 'ldflags!': ['<!@(icu-config --ldflags)'], # remove garbage added by icu.gyp
'defines': [
'GL_GLEXT_PROTOTYPES',
'EGL_EGLEXT_PROTOTYPES',