blob: bb2ae976b71cff23c6a8752b25e38649e1e400be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
WebCore \
JavaScriptCore/jsc.pro \
WebKit/qt/QtLauncher \
WebKit/qt/tests
!win32:!symbian: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro \
WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
include(WebKit/qt/docs/docs.pri)
|