[Qt] Corrects debug build of DumpRenderTree on Windows.

Reviewed by Tor Arne Vestbø.

* DumpRenderTree/qt/DumpRenderTree.pro:

git-svn-id: svn://svn.chromium.org/blink/trunk@53914 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 1c1a0b4a
2010-01-26 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
Reviewed by Tor Arne Vestbø.
[Qt] Corrects debug build of DumpRenderTree on Windows.
* DumpRenderTree/qt/DumpRenderTree.pro:
2010-01-26 Daniel Bates <dbates@webkit.org>
Reviewed by Adam Barth.
......
......@@ -33,7 +33,8 @@ HEADERS = $$BASEDIR/WorkQueue.h \
LayoutTestControllerQt.h \
GCControllerQt.h \
testplugin.h
SOURCES = $$BASEDIR/WorkQueue.cpp \
SOURCES = ../../../JavaScriptCore/wtf/Assertions.cpp \
$$BASEDIR/WorkQueue.cpp \
DumpRenderTreeQt.cpp \
EventSenderQt.cpp \
TextInputControllerQt.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment