git-svn-id: https://svn.webkit.org/repository/webkit/trunk@24709
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-07-27 Simon Hausmann <hausmann@kde.org>
+
+ Done with and reviewed by Lars and Zack.
+
+ Exclude DumpRenderTree from the Qt build on Windows for now.
+
+ * WebKit.pro:
+
2007-07-27 Simon Hausmann <hausmann@kde.org>
Done with and reviewed by Lars and Zack.
WebCore \
JavaScriptCore/kjs/testkjs.pro
-qt-port:SUBDIRS += \
- WebKitQt/QtLauncher \
- WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro
+qt-port {
+ SUBDIRS += WebKitQt/QtLauncher
+
+ !win32-*: SUBDIRS += WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro
+}
+
gdk-port:SUBDIRS += \
WebKitTools/GdkLauncher