From ba9241a7a4e795f92a71a6989db3ff972a3ec571 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Tue, 13 Apr 2010 17:28:45 +0200 Subject: QtWebKit: Corrects symbols visibility for JavaScriptCore. Since it is now a static library, this configuration has to be added explicitely. This patch should be overwritten by the next WebKit import. Reviewed-by: Simon Hausmann --- src/3rdparty/webkit/JavaScriptCore/JavaScriptCore.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/3rdparty/webkit/JavaScriptCore/JavaScriptCore.pro b/src/3rdparty/webkit/JavaScriptCore/JavaScriptCore.pro index d71977d..f04d4a5 100644 --- a/src/3rdparty/webkit/JavaScriptCore/JavaScriptCore.pro +++ b/src/3rdparty/webkit/JavaScriptCore/JavaScriptCore.pro @@ -15,6 +15,10 @@ CONFIG += depend_includepath contains(QT_CONFIG, embedded):CONFIG += embedded +# Add these two lines both for QTDIR_build and not because we don't include qbase.pri +contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols +unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions + CONFIG(QTDIR_build) { # Make sure we compile both debug and release on mac when inside Qt. # This line was extracted from qbase.pri instead of including the whole file -- cgit v0.12