diff options
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 | ||