summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-01-29 18:56:54 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-02-01 21:14:01 +0100
commit7d1cda9de3e88db33696675c9723209d0f876cdb (patch)
tree1859b2b1a061adb34376ff11e8b50f3e718c24b4 /tests/benchmarks/gui
parenta4574bfd34d68ac7e670626e21175bf2fb04abb0 (diff)
Remove qmake project files for benchmarks
Also remove tests/tests.pro that would be empty without the benchmarks. Change-Id: Iaf92a729d1286b3e0c03bf9f877b59e1d83708e6 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/benchmarks/gui')
-rw-r--r--tests/benchmarks/gui/animation/animation.pro2
-rw-r--r--tests/benchmarks/gui/animation/qanimation/qanimation.pro16
-rw-r--r--tests/benchmarks/gui/gui.pro13
-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
-rw-r--r--tests/benchmarks/gui/kernel/kernel.pro4
-rw-r--r--tests/benchmarks/gui/kernel/qguimetatype/qguimetatype.pro5
-rw-r--r--tests/benchmarks/gui/kernel/qguivariant/qguivariant.pro5
-rw-r--r--tests/benchmarks/gui/math3d/math3d.pro4
-rw-r--r--tests/benchmarks/gui/math3d/qmatrix4x4/qmatrix4x4.pro5
-rw-r--r--tests/benchmarks/gui/math3d/qquaternion/qquaternion.pro5
-rw-r--r--tests/benchmarks/gui/painting/drawtexture/drawtexture.pro7
-rw-r--r--tests/benchmarks/gui/painting/lancebench/lancebench.pro13
-rw-r--r--tests/benchmarks/gui/painting/painting.pro13
-rw-r--r--tests/benchmarks/gui/painting/qcolor/qcolor.pro7
-rw-r--r--tests/benchmarks/gui/painting/qpainter/qpainter.pro7
-rw-r--r--tests/benchmarks/gui/painting/qregion/qregion.pro6
-rw-r--r--tests/benchmarks/gui/painting/qtbench/qtbench.pro6
-rw-r--r--tests/benchmarks/gui/painting/qtransform/qtransform.pro5
-rw-r--r--tests/benchmarks/gui/text/qfontmetrics/qfontmetrics.pro4
-rw-r--r--tests/benchmarks/gui/text/qtext/qtext.pro9
-rw-r--r--tests/benchmarks/gui/text/qtextdocument/qtextdocument.pro7
-rw-r--r--tests/benchmarks/gui/text/text.pro5
28 files changed, 0 insertions, 197 deletions
diff --git a/tests/benchmarks/gui/animation/animation.pro b/tests/benchmarks/gui/animation/animation.pro
deleted file mode 100644
index 76c1a49e5c..0000000000
--- a/tests/benchmarks/gui/animation/animation.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-qtHaveModule(widgets): SUBDIRS = qanimation
diff --git a/tests/benchmarks/gui/animation/qanimation/qanimation.pro b/tests/benchmarks/gui/animation/qanimation/qanimation.pro
deleted file mode 100644
index a5859468f7..0000000000
--- a/tests/benchmarks/gui/animation/qanimation/qanimation.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-QT += widgets testlib
-
-TARGET = tst_bench_qanimation
-
-CONFIG += release
-#CONFIG += debug
-
-
-SOURCES += main.cpp \
- dummyobject.cpp \
- dummyanimation.cpp \
- rectanimation.cpp
-
-HEADERS += dummyobject.h \
- dummyanimation.h \
- rectanimation.h
diff --git a/tests/benchmarks/gui/gui.pro b/tests/benchmarks/gui/gui.pro
deleted file mode 100644
index b5853c9e81..0000000000
--- a/tests/benchmarks/gui/gui.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- animation \
- image \
- kernel \
- math3d \
- painting \
- text
-
-TRUSTED_BENCHMARKS += \
- painting/qtracebench
-
-include(../trusted-benchmarks.pri)
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
diff --git a/tests/benchmarks/gui/kernel/kernel.pro b/tests/benchmarks/gui/kernel/kernel.pro
deleted file mode 100644
index acc6dc402d..0000000000
--- a/tests/benchmarks/gui/kernel/kernel.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- qguimetatype \
- qguivariant
diff --git a/tests/benchmarks/gui/kernel/qguimetatype/qguimetatype.pro b/tests/benchmarks/gui/kernel/qguimetatype/qguimetatype.pro
deleted file mode 100644
index be9cf4b38b..0000000000
--- a/tests/benchmarks/gui/kernel/qguimetatype/qguimetatype.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_qguimetatype
-QT += testlib
-SOURCES += tst_qguimetatype.cpp
-
diff --git a/tests/benchmarks/gui/kernel/qguivariant/qguivariant.pro b/tests/benchmarks/gui/kernel/qguivariant/qguivariant.pro
deleted file mode 100644
index 63886c21d4..0000000000
--- a/tests/benchmarks/gui/kernel/qguivariant/qguivariant.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_qguivariant
-QT += testlib
-SOURCES += tst_qguivariant.cpp
-
diff --git a/tests/benchmarks/gui/math3d/math3d.pro b/tests/benchmarks/gui/math3d/math3d.pro
deleted file mode 100644
index c511d9a904..0000000000
--- a/tests/benchmarks/gui/math3d/math3d.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- qmatrix4x4 \
- qquaternion
diff --git a/tests/benchmarks/gui/math3d/qmatrix4x4/qmatrix4x4.pro b/tests/benchmarks/gui/math3d/qmatrix4x4/qmatrix4x4.pro
deleted file mode 100644
index fe5c23840f..0000000000
--- a/tests/benchmarks/gui/math3d/qmatrix4x4/qmatrix4x4.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_qmatrix4x4
-QT += testlib
-SOURCES += tst_qmatrix4x4.cpp
-
diff --git a/tests/benchmarks/gui/math3d/qquaternion/qquaternion.pro b/tests/benchmarks/gui/math3d/qquaternion/qquaternion.pro
deleted file mode 100644
index e57a3e6a38..0000000000
--- a/tests/benchmarks/gui/math3d/qquaternion/qquaternion.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_qquaternion
-QT += testlib
-SOURCES += tst_qquaternion.cpp
-
diff --git a/tests/benchmarks/gui/painting/drawtexture/drawtexture.pro b/tests/benchmarks/gui/painting/drawtexture/drawtexture.pro
deleted file mode 100644
index aa4aee5bba..0000000000
--- a/tests/benchmarks/gui/painting/drawtexture/drawtexture.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-QT += testlib
-QT += gui-private
-
-TEMPLATE = app
-TARGET = tst_bench_drawtexture
-
-SOURCES += tst_drawtexture.cpp
diff --git a/tests/benchmarks/gui/painting/lancebench/lancebench.pro b/tests/benchmarks/gui/painting/lancebench/lancebench.pro
deleted file mode 100644
index 5647d26de3..0000000000
--- a/tests/benchmarks/gui/painting/lancebench/lancebench.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_lancebench
-
-QT += testlib gui-private
-qtConfig(opengl): QT += opengl
-
-SOURCES += tst_lancebench.cpp
-
-SOURCES += ../../../../auto/other/lancelot/paintcommands.cpp
-HEADERS += ../../../../auto/other/lancelot/paintcommands.h
-RESOURCES += ../../../../auto/other/lancelot/images.qrc
-
-TESTDATA += ../../../../auto/other/lancelot/scripts/*
diff --git a/tests/benchmarks/gui/painting/painting.pro b/tests/benchmarks/gui/painting/painting.pro
deleted file mode 100644
index 400c2994a6..0000000000
--- a/tests/benchmarks/gui/painting/painting.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- drawtexture \
- qcolor \
- qpainter \
- qregion \
- qtransform \
- qtbench \
- lancebench
-
-!qtHaveModule(widgets): SUBDIRS -= \
- qpainter \
- qtbench
diff --git a/tests/benchmarks/gui/painting/qcolor/qcolor.pro b/tests/benchmarks/gui/painting/qcolor/qcolor.pro
deleted file mode 100644
index 5ceb702323..0000000000
--- a/tests/benchmarks/gui/painting/qcolor/qcolor.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-QT += testlib
-QT += gui-private
-
-TEMPLATE = app
-TARGET = tst_bench_qcolor
-
-SOURCES += tst_qcolor.cpp
diff --git a/tests/benchmarks/gui/painting/qpainter/qpainter.pro b/tests/benchmarks/gui/painting/qpainter/qpainter.pro
deleted file mode 100644
index 1a1f218033..0000000000
--- a/tests/benchmarks/gui/painting/qpainter/qpainter.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-QT += widgets testlib
-QT += gui-private widgets-private
-
-TEMPLATE = app
-TARGET = tst_bench_qpainter
-
-SOURCES += tst_qpainter.cpp
diff --git a/tests/benchmarks/gui/painting/qregion/qregion.pro b/tests/benchmarks/gui/painting/qregion/qregion.pro
deleted file mode 100644
index 1ff55080c5..0000000000
--- a/tests/benchmarks/gui/painting/qregion/qregion.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_qregion
-QT += testlib
-CONFIG += release
-
-SOURCES += main.cpp
diff --git a/tests/benchmarks/gui/painting/qtbench/qtbench.pro b/tests/benchmarks/gui/painting/qtbench/qtbench.pro
deleted file mode 100644
index a4c7273b47..0000000000
--- a/tests/benchmarks/gui/painting/qtbench/qtbench.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-QT += widgets testlib
-
-TEMPLATE = app
-TARGET = tst_bench_qtbench
-
-SOURCES += tst_qtbench.cpp
diff --git a/tests/benchmarks/gui/painting/qtransform/qtransform.pro b/tests/benchmarks/gui/painting/qtransform/qtransform.pro
deleted file mode 100644
index e8de3fcbd4..0000000000
--- a/tests/benchmarks/gui/painting/qtransform/qtransform.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_qtransform
-QT += testlib
-SOURCES += tst_qtransform.cpp
-
diff --git a/tests/benchmarks/gui/text/qfontmetrics/qfontmetrics.pro b/tests/benchmarks/gui/text/qfontmetrics/qfontmetrics.pro
deleted file mode 100644
index bcaff3de1e..0000000000
--- a/tests/benchmarks/gui/text/qfontmetrics/qfontmetrics.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_QFontMetrics
-QT += testlib
-SOURCES += main.cpp
diff --git a/tests/benchmarks/gui/text/qtext/qtext.pro b/tests/benchmarks/gui/text/qtext/qtext.pro
deleted file mode 100644
index d5597fb097..0000000000
--- a/tests/benchmarks/gui/text/qtext/qtext.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-QT += testlib
-QT += gui-private
-
-TEMPLATE = app
-TARGET = tst_bench_QText
-
-SOURCES += main.cpp
-
-TESTDATA = bidi.txt
diff --git a/tests/benchmarks/gui/text/qtextdocument/qtextdocument.pro b/tests/benchmarks/gui/text/qtextdocument/qtextdocument.pro
deleted file mode 100644
index 67cef8b25c..0000000000
--- a/tests/benchmarks/gui/text/qtextdocument/qtextdocument.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-QT += testlib
-QT += gui-private
-
-TEMPLATE = app
-TARGET = tst_bench_QTextDocument
-
-SOURCES += main.cpp
diff --git a/tests/benchmarks/gui/text/text.pro b/tests/benchmarks/gui/text/text.pro
deleted file mode 100644
index 6dc4f5d16e..0000000000
--- a/tests/benchmarks/gui/text/text.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- qfontmetrics \
- qtext \
- qtextdocument