| win32-*: CONFIG += console |
| win32-msvc*: CONFIG += exceptions_off stl_off |
| isEmpty(OUTPUT_DIR): OUTPUT_DIR= .. |
| include($$PWD/../WebKit.pri) |
| QMAKE_RPATHDIR += $$OUTPUT_DIR/lib |
| !CONFIG(release, debug|release) { |
| OBJECTS_DIR = obj/release |
| OBJECTS_DIR_WTR = $$OBJECTS_DIR$${QMAKE_DIR_SEP} |
| include($$PWD/JavaScriptCore.pri) |
| TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices |
| LIBS_PRIVATE += -framework AppKit |
| # Prevent warnings about difference in visibility on Mac OS X |
| contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols |
| unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions |