webengine/osswebengine/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
author MattD <mattd@symbian.org>
Mon, 14 Sep 2009 13:52:30 +0100
changeset 18 7481d4d3feb9
parent 0 dd21522fd290
child 36 0ed94ceaa377
permissions -rw-r--r--
Added tag PDK_2.0.e for changeset a4c17f4cd12c

TARGET = DumpRenderTree

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
}