Unreviewed build correction after http://trac.webkit.org/changeset/46978
[webbrowser.git] / WebKit.pro
blob0a622fea21f518b678185e3472fcfbfd77cbc4c4
1 TEMPLATE = subdirs
2 CONFIG += ordered
4 SUBDIRS += \
5 WebCore \
6 JavaScriptCore/jsc.pro \
7 WebKit/qt/QtLauncher \
8 WebKit/qt/tests
10 !win32:!symbian {
11 SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
12 SUBDIRS += WebKitTools/DumpRenderTree/qt/ImageDiff.pro
13 !mac: SUBDIRS += WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
16 include(WebKit/qt/docs/docs.pri)