summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools
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/corelib/tools
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/corelib/tools')
-rw-r--r--tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro6
-rw-r--r--tests/benchmarks/corelib/tools/containers-sequential/containers-sequential.pro6
-rw-r--r--tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro6
-rw-r--r--tests/benchmarks/corelib/tools/qcryptographichash/qcryptographichash.pro6
-rw-r--r--tests/benchmarks/corelib/tools/qhash/qhash.pro6
-rw-r--r--tests/benchmarks/corelib/tools/qlist/qlist.pro5
-rw-r--r--tests/benchmarks/corelib/tools/qmap/qmap.pro6
-rw-r--r--tests/benchmarks/corelib/tools/qrect/qrect.pro6
-rw-r--r--tests/benchmarks/corelib/tools/qringbuffer/qringbuffer.pro6
-rw-r--r--tests/benchmarks/corelib/tools/qset/qset.pro5
-rw-r--r--tests/benchmarks/corelib/tools/qstack/qstack.pro5
-rw-r--r--tests/benchmarks/corelib/tools/qvector/qvector.pro6
-rw-r--r--tests/benchmarks/corelib/tools/tools.pro12
13 files changed, 0 insertions, 81 deletions
diff --git a/tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro b/tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro
deleted file mode 100644
index 89da01b02e..0000000000
--- a/tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE = app
-CONFIG += benchmark
-QT = core testlib
-
-TARGET = tst_bench_containers-associative
-SOURCES += main.cpp
diff --git a/tests/benchmarks/corelib/tools/containers-sequential/containers-sequential.pro b/tests/benchmarks/corelib/tools/containers-sequential/containers-sequential.pro
deleted file mode 100644
index 509da95d22..0000000000
--- a/tests/benchmarks/corelib/tools/containers-sequential/containers-sequential.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE = app
-CONFIG += benchmark
-QT = core testlib
-
-TARGET = tst_bench_containers-sequential
-SOURCES += main.cpp
diff --git a/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro b/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro
deleted file mode 100644
index 59adad6bbc..0000000000
--- a/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += benchmark
-CONFIG += parallel_test
-QT = core testlib
-
-TARGET = tst_bench_qcontiguouscache
-SOURCES += main.cpp
diff --git a/tests/benchmarks/corelib/tools/qcryptographichash/qcryptographichash.pro b/tests/benchmarks/corelib/tools/qcryptographichash/qcryptographichash.pro
deleted file mode 100644
index 025c70c2d9..0000000000
--- a/tests/benchmarks/corelib/tools/qcryptographichash/qcryptographichash.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += benchmark
-CONFIG += cmdline
-QT = core testlib
-
-TARGET = tst_bench_qcryptographichash
-SOURCES += main.cpp
diff --git a/tests/benchmarks/corelib/tools/qhash/qhash.pro b/tests/benchmarks/corelib/tools/qhash/qhash.pro
deleted file mode 100644
index f9a873d096..0000000000
--- a/tests/benchmarks/corelib/tools/qhash/qhash.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += benchmark
-QT = core testlib
-
-INCLUDEPATH += .
-TARGET = tst_hash
-SOURCES += main.cpp outofline.cpp
diff --git a/tests/benchmarks/corelib/tools/qlist/qlist.pro b/tests/benchmarks/corelib/tools/qlist/qlist.pro
deleted file mode 100644
index 98767c3250..0000000000
--- a/tests/benchmarks/corelib/tools/qlist/qlist.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG += benchmark
-QT = core testlib
-
-TARGET = tst_bench_qlist
-SOURCES += main.cpp
diff --git a/tests/benchmarks/corelib/tools/qmap/qmap.pro b/tests/benchmarks/corelib/tools/qmap/qmap.pro
deleted file mode 100644
index 0e06493c79..0000000000
--- a/tests/benchmarks/corelib/tools/qmap/qmap.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += benchmark
-QT = core testlib
-
-INCLUDEPATH += .
-TARGET = tst_bench_qmap
-SOURCES += main.cpp
diff --git a/tests/benchmarks/corelib/tools/qrect/qrect.pro b/tests/benchmarks/corelib/tools/qrect/qrect.pro
deleted file mode 100644
index 211cdc5bcc..0000000000
--- a/tests/benchmarks/corelib/tools/qrect/qrect.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE = app
-QT = core testlib
-CONFIG += benchmark
-
-TARGET = tst_bench_qrect
-SOURCES += main.cpp
diff --git a/tests/benchmarks/corelib/tools/qringbuffer/qringbuffer.pro b/tests/benchmarks/corelib/tools/qringbuffer/qringbuffer.pro
deleted file mode 100644
index 69750865b5..0000000000
--- a/tests/benchmarks/corelib/tools/qringbuffer/qringbuffer.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE = app
-CONFIG += benchmark
-QT = core-private testlib
-
-TARGET = tst_bench_qringbuffer
-SOURCES += main.cpp
diff --git a/tests/benchmarks/corelib/tools/qset/qset.pro b/tests/benchmarks/corelib/tools/qset/qset.pro
deleted file mode 100644
index e448683e94..0000000000
--- a/tests/benchmarks/corelib/tools/qset/qset.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG += benchmark
-QT = core testlib
-
-TARGET = tst_qset
-SOURCES += main.cpp
diff --git a/tests/benchmarks/corelib/tools/qstack/qstack.pro b/tests/benchmarks/corelib/tools/qstack/qstack.pro
deleted file mode 100644
index 17b7ebd486..0000000000
--- a/tests/benchmarks/corelib/tools/qstack/qstack.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG += benchmark
-QT = core testlib core-private
-
-TARGET = tst_bench_stack
-SOURCES += main.cpp
diff --git a/tests/benchmarks/corelib/tools/qvector/qvector.pro b/tests/benchmarks/corelib/tools/qvector/qvector.pro
deleted file mode 100644
index fce8a6cd78..0000000000
--- a/tests/benchmarks/corelib/tools/qvector/qvector.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += benchmark
-QT = core testlib core-private
-
-INCLUDEPATH += .
-TARGET = tst_bench_vector
-SOURCES += main.cpp outofline.cpp
diff --git a/tests/benchmarks/corelib/tools/tools.pro b/tests/benchmarks/corelib/tools/tools.pro
deleted file mode 100644
index 8abb9feefb..0000000000
--- a/tests/benchmarks/corelib/tools/tools.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- containers-associative \
- containers-sequential \
- qcontiguouscache \
- qcryptographichash \
- qlist \
- qmap \
- qrect \
- qringbuffer \
- qstack \
- qvector