summaryrefslogtreecommitdiffstats
path: root/meta/packages/webkit/files/WebKit.pro
diff options
context:
space:
mode:
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