author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 18 Jan 2010 21:20:18 +0200 | |
changeset 38 | 6297cdf66332 |
parent 37 | cb62a4f66ebe |
child 66 | cacf6ee57968 |
permissions | -rw-r--r-- |
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 }