• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TARGET = DumpRenderTree
2CONFIG  -= app_bundle
3
4include(../../../WebKit.pri)
5INCLUDEPATH += /usr/include/freetype2
6INCLUDEPATH += ../../../JavaScriptCore
7DESTDIR = ../../../bin
8
9CONFIG += link_pkgconfig
10PKGCONFIG += fontconfig
11
12QT = core gui
13macx: QT += xml network
14
15HEADERS = WorkQueue.h WorkQueueItem.h DumpRenderTree.h jsobjects.h testplugin.h
16SOURCES = WorkQueue.cpp DumpRenderTree.cpp main.cpp jsobjects.cpp testplugin.cpp
17
18unix:!mac {
19    QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
20}
21
22lessThan(QT_MINOR_VERSION, 4) {
23    DEFINES += QT_BEGIN_NAMESPACE="" QT_END_NAMESPACE=""
24}
25