diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-29 21:58:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-29 21:58:55 +0000 |
commit | 09e8f6331cadd9a89f69028ea8108f13c2680d0a (patch) | |
tree | 590582fb7f86b63f638c8328b81fe4f53f843f97 /packages/webkit/files/WebKit.pro | |
parent | c3363dee6e7b3b2f21bd8f7b5d0951fd3fc268b1 (diff) |
webkit-gtk: catch up with gdk->gtk rename
Diffstat (limited to 'packages/webkit/files/WebKit.pro')
-rw-r--r-- | packages/webkit/files/WebKit.pro | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/packages/webkit/files/WebKit.pro b/packages/webkit/files/WebKit.pro index 335d11e6e7..8536c41515 100644 --- a/packages/webkit/files/WebKit.pro +++ b/packages/webkit/files/WebKit.pro @@ -1,13 +1,16 @@ TEMPLATE = subdirs CONFIG += ordered -!gdk-port:CONFIG += qt-port -qt-port:SUBDIRS += WebKitQt/Plugins +!gtk-port:CONFIG += qt-port +qt-port:!win32-*:SUBDIRS += WebKitQt/Plugins SUBDIRS += \ WebCore \ JavaScriptCore/kjs/testkjs.pro -qt-port:SUBDIRS += \ - WebKitQt/QtLauncher \ - WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro -gdk-port:SUBDIRS += \ - WebKitTools/GdkLauncher +qt-port { + SUBDIRS += WebKitQt/QtLauncher + + !win32-*: SUBDIRS += WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro +} + +gtk-port:SUBDIRS += \ + WebKitTools/GtkLauncher |