mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 22:09:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3317 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
245 B
Prolog
12 lines
245 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
!gtk-port:CONFIG += qt-port
|
|
qt-port:!win32-*:SUBDIRS += WebKit/qt/Plugins
|
|
SUBDIRS += \
|
|
WebCore
|
|
|
|
qt-port:SUBDIRS += \
|
|
WebKit/qt/QtLauncher
|
|
gtk-port:SUBDIRS += \
|
|
WebKitTools/GtkLauncher
|