blob: 8536c415157baa32a7b104565c0478dccacf5265 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
TEMPLATE = subdirs
CONFIG += ordered
!gtk-port:CONFIG += qt-port
qt-port:!win32-*:SUBDIRS += WebKitQt/Plugins
SUBDIRS += \
WebCore \
JavaScriptCore/kjs/testkjs.pro
qt-port {
SUBDIRS += WebKitQt/QtLauncher
!win32-*: SUBDIRS += WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro
}
gtk-port:SUBDIRS += \
WebKitTools/GtkLauncher
|