TEMPLATE = subdirs | |
CONFIG += ordered | |
SUBDIRS += \ | |
WebCore \ | |
JavaScriptCore/jsc.pro \ | |
WebKit/qt/QtLauncher \ | |
WebKit/qt/QGVLauncher \ | |
WebKit/qt/tests | |
!win32:!symbian { | |
SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro | |
SUBDIRS += WebKitTools/DumpRenderTree/qt/ImageDiff.pro | |
SUBDIRS += WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro | |
} | |
include(WebKit/qt/docs/docs.pri) |