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

isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../..
include(../../../WebKit.pri)
INCLUDEPATH += ../../../Source/JavaScriptCore
DESTDIR = $$OUTPUT_DIR/bin

QT = core gui

SOURCES = ImageDiff.cpp

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