diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 21:12:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 21:12:28 +0000 |
commit | 6324a8e01afdc7b19cc8b091503d78d8c75b0167 (patch) | |
tree | 6d4f7b0bca1651f74d4640a82b7aa0f76f7a6cfc /meta/packages/webkit/files/WebKit.pro | |
parent | 5d57d6e1b2d3fa8ad11f798803d5d6d49f9af1c0 (diff) | |
download | poky-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.pro | 14 |
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 |
4 | qt-port:!win32-*:SUBDIRS += WebKit/qt/Plugins | 4 | qt-port:!win32-*:SUBDIRS += WebKit/qt/Plugins |
5 | SUBDIRS += \ | 5 | SUBDIRS += \ |
6 | WebCore | 6 | WebCore \ |
7 | JavaScriptCore/kjs/testkjs.pro | ||
8 | |||
9 | qt-port { | ||
10 | SUBDIRS += WebKit/qt/QtLauncher | ||
11 | |||
12 | !win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro | ||
13 | } | ||
7 | 14 | ||
8 | qt-port:SUBDIRS += \ | ||
9 | WebKit/qt/QtLauncher | ||
10 | gtk-port:SUBDIRS += \ | 15 | gtk-port:SUBDIRS += \ |
11 | WebKitTools/GtkLauncher | 16 | WebKitTools/GtkLauncher \ |
17 | WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro | ||