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 --- .../corelib/tools/containers-associative/containers-associative.pro | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro (limited to 'tests/benchmarks/corelib/tools/containers-associative') 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 -- cgit v1.2.3