git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't call gcc directly when building the dftables tool but use a separate .pro file...
[WebKit-https.git]
/
WebKit.pro
1
TEMPLATE = subdirs
2
CONFIG += ordered
3
!gdk-port:CONFIG += qt-port
4
qt-port:SUBDIRS += WebKitQt/Plugins
5
SUBDIRS += \
6
JavaScriptCore/pcre/dftables.pro \
7
WebCore \
8
JavaScriptCore/kjs/testkjs.pro
9
10
qt-port:SUBDIRS += \
11
WebKitQt/QtLauncher \
12
WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro
13
gdk-port:SUBDIRS += \
14
WebKitTools/GdkLauncher