| !CONFIG(standalone_package) { |
| SUBDIRS += JavaScriptCore/jsc.pro \ |
| !symbian: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro |
| SUBDIRS += WebKitTools/DumpRenderTree/qt/ImageDiff.pro |
| SUBDIRS += WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro |
| JavaScriptCore/qt/api/QtScript.pro \ |
| # Forward the install target to WebCore. A workaround since INSTALLS is not implemented for symbian |
| install.commands = $(MAKE) -C WebCore install |
| QMAKE_EXTRA_TARGETS += install |
| include(WebKit/qt/docs/docs.pri) |