aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/auto/auto.pro')
-rw-r--r--tests/system/auto/auto.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/system/auto/auto.pro b/tests/system/auto/auto.pro
deleted file mode 100644
index 8554607..0000000
--- a/tests/system/auto/auto.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-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