summaryrefslogtreecommitdiff
path: root/packages/webkit/webkit-gtk/WebKit.pro
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2008-05-04 08:13:36 +0000
committerKhem Raj <raj.khem@gmail.com>2008-05-04 08:13:36 +0000
commitb08e6dca0f71512bf1460b2581a2cc958b7d5552 (patch)
tree43c69b02dc6c8d4dcc88e9ae096a63f8df0de32f /packages/webkit/webkit-gtk/WebKit.pro
parent8913870ad8c86c018c1606b99725dda6a617040c (diff)
parentc3add3c362957b2b0aeb3c18daff5e393a3e5091 (diff)
merge of 'a147eede058360494dc7116dfa7a3de17b92123b'
and 'd7e8ac4147edec9f5d58ed1abdde271e7d4c7b29'
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