11 !CONFIG(standalone_package) {
12 SUBDIRS += JavaScriptCore/jsc.pro \
14 WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
17 SUBDIRS += WebKitTools/DumpRenderTree/qt/ImageDiff.pro
18 SUBDIRS += WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
25 JavaScriptCore/qt/api/QtScript.pro \
26 JavaScriptCore/qt/tests
30 # Forward the install target to WebCore. A workaround since INSTALLS is not implemented for symbian
31 install.commands = $(MAKE) -C WebCore install
32 QMAKE_EXTRA_TARGETS += install
35 include(WebKit/qt/docs/docs.pri)