summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qcontiguouscache/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/tools/qcontiguouscache/CMakeLists.txt')
-rw-r--r--tests/benchmarks/corelib/tools/qcontiguouscache/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/tools/qcontiguouscache/CMakeLists.txt b/tests/benchmarks/corelib/tools/qcontiguouscache/CMakeLists.txt
index 29366ecf36..2b6ea5dcc0 100644
--- a/tests/benchmarks/corelib/tools/qcontiguouscache/CMakeLists.txt
+++ b/tests/benchmarks/corelib/tools/qcontiguouscache/CMakeLists.txt
@@ -5,6 +5,6 @@
qt_internal_add_benchmark(tst_bench_qcontiguouscache
SOURCES
tst_bench_qcontiguouscache.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Test
)