summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/containers-associative/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/tools/containers-associative/CMakeLists.txt')
-rw-r--r--tests/benchmarks/corelib/tools/containers-associative/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/tools/containers-associative/CMakeLists.txt b/tests/benchmarks/corelib/tools/containers-associative/CMakeLists.txt
index 50bf8a0c0f..8c6b467af8 100644
--- a/tests/benchmarks/corelib/tools/containers-associative/CMakeLists.txt
+++ b/tests/benchmarks/corelib/tools/containers-associative/CMakeLists.txt
@@ -5,6 +5,6 @@
qt_internal_add_benchmark(tst_bench_containers_associative
SOURCES
tst_bench_containers_associative.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Test
)