Commit 8df627b0 authored by lars's avatar lars

fix compilation of DumpRenderTree. Will hopefully

make the built bot happy :)


git-svn-id: svn://svn.chromium.org/blink/trunk@18776 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f4c218a2
2007-01-11 Lars Knoll <lars@trolltech.com>
Fix compilation
* DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro:
2007-01-11 Lars Knoll <lars@trolltech.com>
Reviewed by Darin.
......
x11 {
TARGET = DumpRenderTree
include(../../../WebKit.pri)
......@@ -9,7 +8,9 @@ INCLUDEPATH += ../../../JavaScriptCore/kjs
QT = core gui
HEADERS = DumpRenderTreeClient.h DumpRenderTree.h jsobjects.h
SOURCES = DumpRenderTreeClient.cpp DumpRenderTree.cpp main.cpp fontoverload.cpp jsobjects.cpp
SOURCES = DumpRenderTreeClient.cpp DumpRenderTree.cpp main.cpp jsobjects.cpp
QMAKE_RPATHDIR += $$OUTPUT_DIR/lib
unix:!mac {
SOURCES += fontoverload.cpp
QMAKE_RPATHDIR += $$OUTPUT_DIR/lib
}
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