blob: 8c3dbbfb0d4d849cfd4d047a400751476b86812f [file] [log] [blame]
TARGET = DumpRenderTree
CONFIG -= app_bundle
include(../../../WebKit.pri)
INCLUDEPATH += /usr/include/freetype2
INCLUDEPATH += ../../../JavaScriptCore/kjs
DESTDIR = ../../../bin
QT = core gui
macx: QT += xml network
HEADERS = DumpRenderTree.h jsobjects.h testplugin.h
SOURCES = DumpRenderTree.cpp main.cpp jsobjects.cpp testplugin.cpp
unix:!mac {
QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
}