Ignore:
Timestamp:
Apr 22, 2010, 9:38:15 AM (15 years ago)
Author:
[email protected]
Message:

2010-04-22 Jocelyn Turcotte <[email protected]>

Reviewed by Tor Arne Vestbø.

[Qt] Corrects symbols visibility for JavaScriptCore.

https://bugs.webkit.org/show_bug.cgi?id=37867

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pro

    r58006 r58100  
    2727    mac:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework):!build_pass:CONFIG += build_all
    2828}
     29
     30# WebCore adds these config only when in a standalone build.
     31# qbase.pri takes care of that when in a QTDIR_build
     32# Here we add the config for both cases since we don't include qbase.pri
     33contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
     34unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
    2935
    3036CONFIG(QTDIR_build) {
Note: See TracChangeset for help on using the changeset viewer.