summaryrefslogtreecommitdiff
path: root/packages/webkit/webkit-gtk/WebKit.pro
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2008-09-03 12:50:58 +0000
committerStanislav Brabec <utx@penguin.cz>2008-09-03 12:50:58 +0000
commit834d6f6f90bfaae37931d9ebbc2bde7a0e567521 (patch)
tree597e3780a0809bb9870cd8ec51b09b810d4ef603 /packages/webkit/webkit-gtk/WebKit.pro
parente6d60a638dbeeff8d57561a31d6a6bc0c0c729ea (diff)
webkit-gtk updated from snapshot 35533 to snapshot 35977:
* seems to be more stable than previous * requires latest bison to compile * http soup backend seems to be broken, stay at curl backend
Diffstat (limited to 'packages/webkit/webkit-gtk/WebKit.pro')
-rw-r--r--packages/webkit/webkit-gtk/WebKit.pro21
1 files changed, 6 insertions, 15 deletions
diff --git a/packages/webkit/webkit-gtk/WebKit.pro b/packages/webkit/webkit-gtk/WebKit.pro
index bc14feb5f6..035f73aa3f 100644
--- a/packages/webkit/webkit-gtk/WebKit.pro
+++ b/packages/webkit/webkit-gtk/WebKit.pro
@@ -1,21 +1,12 @@
TEMPLATE = subdirs
CONFIG += ordered
-!gtk-port:CONFIG += qt-port
-qt-port {
- lessThan(QT_MINOR_VERSION, 4) {
- !win32-*:SUBDIRS += WebKit/qt/Plugins
- }
-}
+
SUBDIRS += \
+ JavaScriptCore \
WebCore \
- JavaScriptCore/kjs/testkjs.pro
-
-qt-port {
- SUBDIRS += WebKit/qt/QtLauncher
+ JavaScriptCore/kjs/jsc.pro \
+ WebKit/qt/QtLauncher \
+ WebKit/qt/tests
- !win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
-}
+!win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
-gtk-port:SUBDIRS += \
- WebKitTools/GtkLauncher \
- WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro