File: auto.pro

package info (click to toggle)
qtgraphicaleffects-opensource-src 5.15.18-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 19,160 kB
  • sloc: cpp: 2,900; makefile: 16; sh: 13
file content (16 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (9)
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