summaryrefslogtreecommitdiffstats
path: root/meta/packages/webkit/files/WebKit.pro
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-01-30 21:12:28 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-01-30 21:12:28 +0000
commit6324a8e01afdc7b19cc8b091503d78d8c75b0167 (patch)
tree6d4f7b0bca1651f74d4640a82b7aa0f76f7a6cfc /meta/packages/webkit/files/WebKit.pro
parent5d57d6e1b2d3fa8ad11f798803d5d6d49f9af1c0 (diff)
downloadpoky-6324a8e01afdc7b19cc8b091503d78d8c75b0167.tar.gz
webkit-gtk: merge with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3639 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/webkit/files/WebKit.pro')
-rw-r--r--meta/packages/webkit/files/WebKit.pro14
1 files changed, 10 insertions, 4 deletions
diff --git a/meta/packages/webkit/files/WebKit.pro b/meta/packages/webkit/files/WebKit.pro
index aab0209a93..027017bd8d 100644
--- a/meta/packages/webkit/files/WebKit.pro
+++ b/meta/packages/webkit/files/WebKit.pro
@@ -3,9 +3,15 @@ CONFIG += ordered
3!gtk-port:CONFIG += qt-port 3!gtk-port:CONFIG += qt-port
4qt-port:!win32-*:SUBDIRS += WebKit/qt/Plugins 4qt-port:!win32-*:SUBDIRS += WebKit/qt/Plugins
5SUBDIRS += \ 5SUBDIRS += \
6 WebCore 6 WebCore \
7 JavaScriptCore/kjs/testkjs.pro
8
9qt-port {
10 SUBDIRS += WebKit/qt/QtLauncher
11
12 !win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
13}
7 14
8qt-port:SUBDIRS += \
9 WebKit/qt/QtLauncher
10gtk-port:SUBDIRS += \ 15gtk-port:SUBDIRS += \
11 WebKitTools/GtkLauncher 16 WebKitTools/GtkLauncher \
17 WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro