Changeset 58100 in webkit for trunk/JavaScriptCore/JavaScriptCore.pro
- Timestamp:
- Apr 22, 2010, 9:38:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.pro
r58006 r58100 27 27 mac:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework):!build_pass:CONFIG += build_all 28 28 } 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 33 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols 34 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions 29 35 30 36 CONFIG(QTDIR_build) {
Note:
See TracChangeset
for help on using the changeset viewer.