6 !v8: SUBDIRS += JavaScriptCore
12 # If the source exists, built it
13 exists($$PWD/Tools/QtTestBrowser): SUBDIRS += Tools/QtTestBrowser
14 contains(QT_CONFIG, declarative) {
15 exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative
17 !v8:exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro
18 exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests
19 exists($$PWD/Tools/DumpRenderTree/qt/DumpRenderTree.pro): SUBDIRS += Tools/DumpRenderTree/qt/DumpRenderTree.pro
20 exists($$PWD/Tools/DumpRenderTree/qt/ImageDiff.pro): SUBDIRS += Tools/DumpRenderTree/qt/ImageDiff.pro
23 exists($$PWD/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro): SUBDIRS += Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
28 JavaScriptCore/qt/api/QtScript.pro \
29 JavaScriptCore/qt/tests \
30 JavaScriptCore/qt/benchmarks
34 exists($$PWD/WebKit2/WebProcess.pro): SUBDIRS += WebKit2/WebProcess.pro
35 exists($$PWD/Tools/MiniBrowser/qt/MiniBrowser.pro): SUBDIRS += Tools/MiniBrowser/qt/MiniBrowser.pro
36 exists($$PWD/Tools/WebKitTestRunner/WebKitTestRunner.pro): SUBDIRS += Tools/WebKitTestRunner/WebKitTestRunner.pro
40 # Forward the install target to WebCore. A workaround since INSTALLS is not implemented for symbian
41 install.commands = $(MAKE) -C WebCore install
42 QMAKE_EXTRA_TARGETS += install
45 include(WebKit/qt/docs/docs.pri)