summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/image
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/gui/image')
-rw-r--r--tests/benchmarks/gui/image/blendbench/blendbench.pro5
-rw-r--r--tests/benchmarks/gui/image/image.pro8
-rw-r--r--tests/benchmarks/gui/image/qimageconversion/qimageconversion.pro9
-rw-r--r--tests/benchmarks/gui/image/qimagereader/qimagereader.pro12
-rw-r--r--tests/benchmarks/gui/image/qimagescale/qimagescale.pro4
-rw-r--r--tests/benchmarks/gui/image/qpixmap/qpixmap.pro6
-rw-r--r--tests/benchmarks/gui/image/qpixmapcache/qpixmapcache.pro5
7 files changed, 0 insertions, 49 deletions
diff --git a/tests/benchmarks/gui/image/blendbench/blendbench.pro b/tests/benchmarks/gui/image/blendbench/blendbench.pro
deleted file mode 100644
index 17c18301bb..0000000000
--- a/tests/benchmarks/gui/image/blendbench/blendbench.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_blendbench
-QT += testlib
-
-SOURCES += main.cpp
diff --git a/tests/benchmarks/gui/image/image.pro b/tests/benchmarks/gui/image/image.pro
deleted file mode 100644
index 8dfb4d0ae9..0000000000
--- a/tests/benchmarks/gui/image/image.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- blendbench \
- qimageconversion \
- qimagereader \
- qimagescale \
- qpixmap \
- qpixmapcache
diff --git a/tests/benchmarks/gui/image/qimageconversion/qimageconversion.pro b/tests/benchmarks/gui/image/qimageconversion/qimageconversion.pro
deleted file mode 100644
index e152ac8200..0000000000
--- a/tests/benchmarks/gui/image/qimageconversion/qimageconversion.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_imageConversion
-QT += testlib
-QT_FOR_CONFIG += gui-private
-SOURCES += tst_qimageconversion.cpp
-
-qtConfig(gif): DEFINES += QTEST_HAVE_GIF
-qtConfig(jpeg): DEFINES += QTEST_HAVE_JPEG
-qtConfig(c++11): CONFIG += c++11
diff --git a/tests/benchmarks/gui/image/qimagereader/qimagereader.pro b/tests/benchmarks/gui/image/qimagereader/qimagereader.pro
deleted file mode 100644
index 3454cf1474..0000000000
--- a/tests/benchmarks/gui/image/qimagereader/qimagereader.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-QT += testlib
-QT_FOR_CONFIG += gui-private
-
-TEMPLATE = app
-TARGET = tst_bench_qimagereader
-
-SOURCES += tst_qimagereader.cpp
-
-qtConfig(gif): DEFINES += QTEST_HAVE_GIF
-qtConfig(jpeg): DEFINES += QTEST_HAVE_JPEG
-
-TESTDATA += images/*
diff --git a/tests/benchmarks/gui/image/qimagescale/qimagescale.pro b/tests/benchmarks/gui/image/qimagescale/qimagescale.pro
deleted file mode 100644
index a576e2c9aa..0000000000
--- a/tests/benchmarks/gui/image/qimagescale/qimagescale.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_imageScale
-QT += testlib
-SOURCES += tst_qimagescale.cpp
diff --git a/tests/benchmarks/gui/image/qpixmap/qpixmap.pro b/tests/benchmarks/gui/image/qpixmap/qpixmap.pro
deleted file mode 100644
index 7ba53857cb..0000000000
--- a/tests/benchmarks/gui/image/qpixmap/qpixmap.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-QT += gui-private testlib
-
-TEMPLATE = app
-TARGET = tst_bench_qpixmap
-
-SOURCES += tst_qpixmap.cpp
diff --git a/tests/benchmarks/gui/image/qpixmapcache/qpixmapcache.pro b/tests/benchmarks/gui/image/qpixmapcache/qpixmapcache.pro
deleted file mode 100644
index 074c764e50..0000000000
--- a/tests/benchmarks/gui/image/qpixmapcache/qpixmapcache.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TARGET = tst_bench_qpixmapcache
-TEMPLATE = app
-QT += testlib
-
-SOURCES += tst_qpixmapcache.cpp