1TEMPLATE = subdirs 2CONFIG += ordered 3 4SUBDIRS += \ 5 JavaScriptCore \ 6 WebCore \ 7 JavaScriptCore/kjs/jsc.pro \ 8 WebKit/qt/QtLauncher \ 9 WebKit/qt/tests 10 11!win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro 12 13
1TEMPLATE = subdirs 2CONFIG += ordered 3 4SUBDIRS += \ 5 JavaScriptCore \ 6 WebCore \ 7 JavaScriptCore/kjs/jsc.pro \ 8 WebKit/qt/QtLauncher \ 9 WebKit/qt/tests 10 11!win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro 12 13