M7350/oe-core/meta/recipes-sato/webkit/files/WebKit.pro
2024-09-09 08:52:07 +00:00

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