aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/auto/auto.pro
blob: 8554607cd5fed8c5c4751cb72703c0524ac51867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT       += testlib

TARGET = tst_imagecompare
CONFIG   += console
CONFIG   -= app_bundle
TEMPLATE = app

SOURCES += tst_imagecompare.cpp \
    imagecompare.cpp \
    main.cpp

DEFINES += SRCDIR=\\\"$$PWD/\\\"

HEADERS += \
    imagecompare.h \
    tst_imagecompare.h