From 7d1cda9de3e88db33696675c9723209d0f876cdb Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 29 Jan 2021 18:56:54 +0100 Subject: 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 Reviewed-by: Edward Welbourne --- .../tools/containers-associative/containers-associative.pro | 6 ------ .../tools/containers-sequential/containers-sequential.pro | 6 ------ .../corelib/tools/qcontiguouscache/qcontiguouscache.pro | 6 ------ .../corelib/tools/qcryptographichash/qcryptographichash.pro | 6 ------ tests/benchmarks/corelib/tools/qhash/qhash.pro | 6 ------ tests/benchmarks/corelib/tools/qlist/qlist.pro | 5 ----- tests/benchmarks/corelib/tools/qmap/qmap.pro | 6 ------ tests/benchmarks/corelib/tools/qrect/qrect.pro | 6 ------ tests/benchmarks/corelib/tools/qringbuffer/qringbuffer.pro | 6 ------ tests/benchmarks/corelib/tools/qset/qset.pro | 5 ----- tests/benchmarks/corelib/tools/qstack/qstack.pro | 5 ----- tests/benchmarks/corelib/tools/qvector/qvector.pro | 6 ------ tests/benchmarks/corelib/tools/tools.pro | 12 ------------ 13 files changed, 81 deletions(-) delete mode 100644 tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro delete mode 100644 tests/benchmarks/corelib/tools/containers-sequential/containers-sequential.pro delete mode 100644 tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro delete mode 100644 tests/benchmarks/corelib/tools/qcryptographichash/qcryptographichash.pro delete mode 100644 tests/benchmarks/corelib/tools/qhash/qhash.pro delete mode 100644 tests/benchmarks/corelib/tools/qlist/qlist.pro delete mode 100644 tests/benchmarks/corelib/tools/qmap/qmap.pro delete mode 100644 tests/benchmarks/corelib/tools/qrect/qrect.pro delete mode 100644 tests/benchmarks/corelib/tools/qringbuffer/qringbuffer.pro delete mode 100644 tests/benchmarks/corelib/tools/qset/qset.pro delete mode 100644 tests/benchmarks/corelib/tools/qstack/qstack.pro delete mode 100644 tests/benchmarks/corelib/tools/qvector/qvector.pro delete mode 100644 tests/benchmarks/corelib/tools/tools.pro (limited to 'tests/benchmarks/corelib/tools') 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 -- cgit v1.2.3