mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3639 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
420 B
Prolog
18 lines
420 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
!gtk-port:CONFIG += qt-port
|
|
qt-port:!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
|