10 # If the source exists, built it
11 exists($$PWD/WebKitTools/QtTestBrowser): SUBDIRS += WebKitTools/QtTestBrowser
12 greaterThan(QT_MINOR_VERSION, 6) {
13 exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative
15 exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro
16 exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests
17 exists($$PWD/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
18 exists($$PWD/WebKitTools/DumpRenderTree/qt/ImageDiff.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/ImageDiff.pro
21 exists($$PWD/WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
26 JavaScriptCore/qt/api/QtScript.pro \
27 JavaScriptCore/qt/tests
31 # Forward the install target to WebCore. A workaround since INSTALLS is not implemented for symbian
32 install.commands = $(MAKE) -C WebCore install
33 QMAKE_EXTRA_TARGETS += install
36 include(WebKit/qt/docs/docs.pri)