summaryrefslogtreecommitdiff
path: root/packages/webkit/webkit-gtk/WebKit.pro
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2008-05-04 00:40:21 +0000
committerStanislav Brabec <utx@penguin.cz>2008-05-04 00:40:21 +0000
commit160c31be8007cf92ae2ac62787a6b209eec17e0b (patch)
treed9b4808013089476249813a8e893ef9e3b7896d6 /packages/webkit/webkit-gtk/WebKit.pro
parent5a1fec0eef1b8a93d634dce075c0762445acfd5a (diff)
webkit-gtk updated to actual SVN snapshot 32839:
* no more ugly midori crashes in curl callbacks * renders 95/100 in Acid3
Diffstat (limited to 'packages/webkit/webkit-gtk/WebKit.pro')
-rw-r--r--packages/webkit/webkit-gtk/WebKit.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/webkit/webkit-gtk/WebKit.pro b/packages/webkit/webkit-gtk/WebKit.pro
new file mode 100644
index 0000000000..bc14feb5f6
--- /dev/null
+++ b/packages/webkit/webkit-gtk/WebKit.pro
@@ -0,0 +1,21 @@
+TEMPLATE = subdirs
+CONFIG += ordered
+!gtk-port:CONFIG += qt-port
+qt-port {
+ lessThan(QT_MINOR_VERSION, 4) {
+ !win32-*:SUBDIRS += WebKit/qt/Plugins
+ }
+}
+SUBDIRS += \
+ WebCore \
+ JavaScriptCore/kjs/testkjs.pro
+
+qt-port {
+ SUBDIRS += WebKit/qt/QtLauncher
+
+ !win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
+}
+
+gtk-port:SUBDIRS += \
+ WebKitTools/GtkLauncher \
+ WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro