zack | 0321d23 | 2006-12-10 00:58:36 +0000 | [diff] [blame] | 1 | TEMPLATE = subdirs |
| 2 | CONFIG += ordered |
hausmann@webkit.org | f9804ce | 2008-05-16 14:25:57 +0000 | [diff] [blame] | 3 | |
hausmann@webkit.org | 59b53cb | 2010-01-04 15:37:26 +0000 | [diff] [blame] | 4 | include(WebKit.pri) |
| 5 | |
hausmann@webkit.org | df870bc | 2010-09-11 18:22:14 +0000 | [diff] [blame] | 6 | !v8: SUBDIRS += JavaScriptCore |
abecsi@webkit.org | 9405f65 | 2010-08-10 13:52:00 +0000 | [diff] [blame] | 7 | webkit2 { |
| 8 | SUBDIRS += WebKit2 |
| 9 | } |
| 10 | SUBDIRS += WebCore |
hausmann | d5df26f | 2007-05-03 22:04:27 +0000 | [diff] [blame] | 11 | |
eric@webkit.org | 69bb784 | 2010-04-07 08:15:43 +0000 | [diff] [blame] | 12 | # If the source exists, built it |
hausmann@webkit.org | 2604829 | 2010-05-14 15:24:14 +0000 | [diff] [blame] | 13 | exists($$PWD/WebKitTools/QtTestBrowser): SUBDIRS += WebKitTools/QtTestBrowser |
hausmann@webkit.org | a691c33 | 2010-06-18 09:18:04 +0000 | [diff] [blame] | 14 | contains(QT_CONFIG, declarative) { |
hausmann@webkit.org | 9cd0774 | 2010-06-17 15:03:46 +0000 | [diff] [blame] | 15 | exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative |
| 16 | } |
hausmann@webkit.org | df870bc | 2010-09-11 18:22:14 +0000 | [diff] [blame] | 17 | !v8:exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro |
eric@webkit.org | 69bb784 | 2010-04-07 08:15:43 +0000 | [diff] [blame] | 18 | exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests |
| 19 | exists($$PWD/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro |
eric@webkit.org | 625cf47 | 2010-05-08 18:29:02 +0000 | [diff] [blame] | 20 | exists($$PWD/WebKitTools/DumpRenderTree/qt/ImageDiff.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/ImageDiff.pro |
vestbo@webkit.org | aa1d9bb | 2010-01-20 12:33:25 +0000 | [diff] [blame] | 21 | |
eric@webkit.org | 69bb784 | 2010-04-07 08:15:43 +0000 | [diff] [blame] | 22 | !win32:!symbian { |
eric@webkit.org | 69bb784 | 2010-04-07 08:15:43 +0000 | [diff] [blame] | 23 | exists($$PWD/WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro |
vestbo@webkit.org | 9ba76ae | 2009-07-15 15:14:53 +0000 | [diff] [blame] | 24 | } |
hausmann | 291e38a | 2007-07-27 08:32:54 +0000 | [diff] [blame] | 25 | |
eric@webkit.org | 0090436 | 2010-01-26 13:00:15 +0000 | [diff] [blame] | 26 | build-qtscript { |
| 27 | SUBDIRS += \ |
| 28 | JavaScriptCore/qt/api/QtScript.pro \ |
commit-queue@webkit.org | b8ccc38 | 2010-06-25 19:57:02 +0000 | [diff] [blame] | 29 | JavaScriptCore/qt/tests \ |
| 30 | JavaScriptCore/qt/benchmarks |
eric@webkit.org | 0090436 | 2010-01-26 13:00:15 +0000 | [diff] [blame] | 31 | } |
| 32 | |
abecsi@webkit.org | 835033c | 2010-07-23 13:39:33 +0000 | [diff] [blame] | 33 | webkit2 { |
abecsi@webkit.org | 9405f65 | 2010-08-10 13:52:00 +0000 | [diff] [blame] | 34 | exists($$PWD/WebKit2/WebProcess.pro): SUBDIRS += WebKit2/WebProcess.pro |
abecsi@webkit.org | 1dea2e9 | 2010-07-23 14:36:54 +0000 | [diff] [blame] | 35 | exists($$PWD/WebKitTools/MiniBrowser/qt/MiniBrowser.pro): SUBDIRS += WebKitTools/MiniBrowser/qt/MiniBrowser.pro |
kbalazs@webkit.org | e63e471 | 2010-10-08 16:16:19 +0000 | [diff] [blame] | 36 | exists($$PWD/WebKitTools/WebKitTestRunner/WebKitTestRunner.pro): SUBDIRS += WebKitTools/WebKitTestRunner/WebKitTestRunner.pro |
abecsi@webkit.org | 835033c | 2010-07-23 13:39:33 +0000 | [diff] [blame] | 37 | } |
| 38 | |
jocelyn.turcotte@nokia.com | 52f5a887 | 2010-02-12 10:01:01 +0000 | [diff] [blame] | 39 | symbian { |
| 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 |
| 43 | } |
| 44 | |
hausmann@webkit.org | ac4d716 | 2009-04-24 10:30:07 +0000 | [diff] [blame] | 45 | include(WebKit/qt/docs/docs.pri) |