aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/creation
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/creation')
-rw-r--r--tests/benchmarks/qml/creation/CMakeLists.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/benchmarks/qml/creation/CMakeLists.txt b/tests/benchmarks/qml/creation/CMakeLists.txt
index e7cdd60bd5..2210f0a24a 100644
--- a/tests/benchmarks/qml/creation/CMakeLists.txt
+++ b/tests/benchmarks/qml/creation/CMakeLists.txt
@@ -9,15 +9,12 @@ qt_add_benchmark(tst_creation
tst_creation.cpp
DEFINES
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
+ Qt::Gui
Qt::GuiPrivate
Qt::QmlPrivate
Qt::QuickPrivate
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::Qml
- Qt::Quick
Qt::Test
)