mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
http://bugs.webkit.org/show_bug.cgi?id=18239 was reported as SVG fonts support is required to make Webkit built. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4151 311d38ba-8fff-0310-9ca6-ca027cbcb966
22 lines
474 B
Prolog
22 lines
474 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
!gtk-port:CONFIG += qt-port
|
|
qt-port {
|
|
lessThan(QT_MINOR_VERSION, 4) {
|
|
!win32-*:SUBDIRS += WebKit/qt/Plugins
|
|
}
|
|
}
|
|
SUBDIRS += \
|
|
WebCore \
|
|
JavaScriptCore/kjs/testkjs.pro
|
|
|
|
qt-port {
|
|
SUBDIRS += WebKit/qt/QtLauncher
|
|
|
|
!win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
|
|
}
|
|
|
|
gtk-port:SUBDIRS += \
|
|
WebKitTools/GtkLauncher \
|
|
WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro
|