public
Description: A mirror of QtWebKit
Homepage: http://trac.webkit.org/projects/webkit/wiki/QtWebKit
Clone URL: git://github.com/tronical/qtwebkit.git
qtwebkit / WebKit.pro
100644 13 lines (9 sloc) 0.258 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs
CONFIG += ordered
 
SUBDIRS += \
        JavaScriptCore \
        WebCore \
        JavaScriptCore/kjs/jsc.pro \
        WebKit/qt/QtLauncher \
        WebKit/qt/tests
 
!win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro