git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Patch from Adam Treat to add ICO support to the Qt build.
[WebKit-https.git]
/
WebKit.pro
1
TEMPLATE = subdirs
2
CONFIG += ordered
3
!gdk-port:CONFIG += qt-port
4
SUBDIRS = \
5
WebKitQt/Plugins \
6
WebCore \
7
JavaScriptCore/kjs/testkjs.pro
8
9
qt-port:SUBDIRS += \
10
WebKitQt/QtLauncher \
11
WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro
12
gdk-port:SUBDIRS += \
13
WebKitTools/GdkLauncher