blob: 10967958e0fced5a047f4f0ab90176bb9cd9ef07 [file] [log] [blame]
lessThan(QT_VERSION, 4.5) {
error("Qt 4.5 or greater is required.")
}
TEMPLATE = app
TARGET = ImageDiff
SOURCES += ../qt/ImageDiff.cpp
DESTDIR = .
unix:CONFIG += debug_and_release
mac:CONFIG -= app_bundle
win32: CONFIG += console
QT = core gui