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