author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 24 Nov 2009 09:02:20 +0200 | |
changeset 22 | 9a9a761f03f1 |
parent 0 | dd21522fd290 |
child 25 | 0ed94ceaa377 |
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 }