summaryrefslogtreecommitdiff
path: root/packages/webkit/files
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-10-21 12:56:09 +0000
committerHolger Freyther <zecke@selfish.org>2007-10-21 12:56:09 +0000
commit48bc6e67b38a64f6a6c065ec15f02d042fea8c45 (patch)
tree02111ecd1c88175f2a2326cbf7a9fde9a14014a4 /packages/webkit/files
parent6ab2767ae321ad4f2f5891a7e359fd7273845bd5 (diff)
packages/webkit: Build the Qt/Qtopia port of WebKit as well.
Unifiy the WebKit recipe and allow to build the Gtk+, Qt and Qtopia port. Add classes/qtopia4core.bbclass to assist building for Qtopia. Change the WebKit.pro to currently not build the testkjs and DumpRenderTree test utilities.
Diffstat (limited to 'packages/webkit/files')
-rw-r--r--packages/webkit/files/WebKit.pro11
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/webkit/files/WebKit.pro b/packages/webkit/files/WebKit.pro
index dca2614109..aab0209a93 100644
--- a/packages/webkit/files/WebKit.pro
+++ b/packages/webkit/files/WebKit.pro
@@ -3,14 +3,9 @@ CONFIG += ordered
!gtk-port:CONFIG += qt-port
qt-port:!win32-*:SUBDIRS += WebKit/qt/Plugins
SUBDIRS += \
- WebCore \
- JavaScriptCore/kjs/testkjs.pro
-
-qt-port {
- SUBDIRS += WebKit/qt/QtLauncher
-
- !win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
-}
+ WebCore
+qt-port:SUBDIRS += \
+ WebKit/qt/QtLauncher
gtk-port:SUBDIRS += \
WebKitTools/GtkLauncher