From 2517420cbef24dd1e9a903a8659d41d083a57e23 Mon Sep 17 00:00:00 2001 From: Chris Lord Date: Thu, 6 Dec 2007 10:23:27 +0000 Subject: Import files from OE to build WebKit (patch to link icu required) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3317 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/webkit/files/WebKit.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/packages/webkit/files/WebKit.pro (limited to 'meta/packages/webkit/files/WebKit.pro') diff --git a/meta/packages/webkit/files/WebKit.pro b/meta/packages/webkit/files/WebKit.pro new file mode 100644 index 0000000000..aab0209a93 --- /dev/null +++ b/meta/packages/webkit/files/WebKit.pro @@ -0,0 +1,11 @@ +TEMPLATE = subdirs +CONFIG += ordered +!gtk-port:CONFIG += qt-port +qt-port:!win32-*:SUBDIRS += WebKit/qt/Plugins +SUBDIRS += \ + WebCore + +qt-port:SUBDIRS += \ + WebKit/qt/QtLauncher +gtk-port:SUBDIRS += \ + WebKitTools/GtkLauncher -- cgit v1.2.3-54-g00ecf