blob: aab0209a93b49d06449564a8d766f24dd62b071b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|