blob: 729ec259af0d7845bd93308e088b115d223cb29c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# -------------------------------------------------------------------
# Project file for the ImageDiff binary
#
# See 'Tools/qmake/README' for an overview of the build system
# -------------------------------------------------------------------
TEMPLATE = app
TARGET = ImageDiff
DESTDIR = $$ROOT_BUILD_DIR/bin
QT = core gui
haveQt(5): QT += widgets
SOURCES = ImageDiff.cpp
|