author | William Roberts <williamr@symbian.org> |
Sun, 14 Mar 2010 13:13:51 +0000 | |
branch | CompilerCompatibility |
changeset 57 | 5e70f2223398 |
parent 38 | 6297cdf66332 |
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 }