equal
deleted
inserted
replaced
7 JavaScriptCore \ |
7 JavaScriptCore \ |
8 WebCore |
8 WebCore |
9 |
9 |
10 # If the source exists, built it |
10 # If the source exists, built it |
11 exists($$PWD/WebKitTools/QtTestBrowser): SUBDIRS += WebKitTools/QtTestBrowser |
11 exists($$PWD/WebKitTools/QtTestBrowser): SUBDIRS += WebKitTools/QtTestBrowser |
|
12 contains(QT_CONFIG, declarative) { |
|
13 exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative |
|
14 } |
12 exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro |
15 exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro |
13 exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests |
16 exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests |
14 exists($$PWD/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro |
17 exists($$PWD/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro |
15 |
18 |
16 !win32:!symbian { |
19 !win32:!symbian { |