summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/plugins/imageformats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/plugins/imageformats')
-rw-r--r--tests/benchmarks/plugins/imageformats/jpeg/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/plugins/imageformats/jpeg/CMakeLists.txt b/tests/benchmarks/plugins/imageformats/jpeg/CMakeLists.txt
index d0fcd51f4e..062ea33087 100644
--- a/tests/benchmarks/plugins/imageformats/jpeg/CMakeLists.txt
+++ b/tests/benchmarks/plugins/imageformats/jpeg/CMakeLists.txt
@@ -7,7 +7,7 @@
qt_internal_add_benchmark(jpeg
SOURCES
jpeg.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Gui
Qt::Test
)