diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-07-13 21:23:14 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-07-13 21:23:14 +0000 |
commit | 8b633e67eeac66d972589c2016791a4860ad5f65 (patch) | |
tree | 448149f8c3eb5e976570e82d7e61444a87e027f0 /recipes/webkit/webkit-gtk/WebKit.pro | |
parent | db3e8f406a541adc663c0d374acec8747b254049 (diff) |
webkit-gtk: Update to the latest snapshot 45825.
Diffstat (limited to 'recipes/webkit/webkit-gtk/WebKit.pro')
-rw-r--r-- | recipes/webkit/webkit-gtk/WebKit.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/webkit/webkit-gtk/WebKit.pro b/recipes/webkit/webkit-gtk/WebKit.pro index 035f73aa3f..bb2ae976b7 100644 --- a/recipes/webkit/webkit-gtk/WebKit.pro +++ b/recipes/webkit/webkit-gtk/WebKit.pro @@ -2,11 +2,12 @@ TEMPLATE = subdirs CONFIG += ordered SUBDIRS += \ - JavaScriptCore \ WebCore \ - JavaScriptCore/kjs/jsc.pro \ + JavaScriptCore/jsc.pro \ WebKit/qt/QtLauncher \ WebKit/qt/tests -!win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro +!win32:!symbian: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro \ + WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro +include(WebKit/qt/docs/docs.pri) |