root/trunk/WebKit.pro

Revision 38618, 252 bytes (checked in by hausmann@webkit.org, 11 days ago)

2008-11-20 Joerg Bornemann <joerg.bornemann@trolltech.com>

Reviewed by Simon Hausmann.

Steps towards making the the Qt port of WebKit compile on Windows CE

https://bugs.webkit.org/show_bug.cgi?id=20746

Line 
1TEMPLATE = subdirs
2CONFIG += ordered
3
4SUBDIRS += \
5        JavaScriptCore \
6        WebCore \
7        JavaScriptCore/jsc.pro \
8        WebKit/qt/QtLauncher \
9        WebKit/qt/tests
10
11!win32: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
Note: See TracBrowser for help on using the browser.