blob: 335d11e6e7096ada92900de04bf109260aae805e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TEMPLATE = subdirs
CONFIG += ordered
!gdk-port:CONFIG += qt-port
qt-port: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
|