summaryrefslogtreecommitdiffstats
path: root/WebKitTools/DumpRenderTree/qt/ImageDiff.pro
blob: 636835a8cc22f7ae06eee868ec22471fefdf8d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = ImageDiff
CONFIG  -= app_bundle

include(../../../WebKit.pri)
INCLUDEPATH += ../../../JavaScriptCore
DESTDIR = ../../../bin

QT = core gui

SOURCES = ImageDiff.cpp

unix:!mac {
    QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
}