git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Gdk build fixes using the Qt build's qmake tool from Holger Freyther, reviewed by...
[WebKit-https.git]
/
WebKit.pro
1
TEMPLATE = subdirs
2
CONFIG += ordered
3
!gdk-port:CONFIG += qt-port
4
SUBDIRS = \
5
WebCore
6
7
qt-port:SUBDIRS += \
8
WebKitQt/QtLauncher \
9
WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro \
10
JavaScriptCore/kjs/testkjs.pro
11
gdk-port:SUBDIRS += \
12
WebKitTools/GdkLauncher