aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/particles/affectors/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/particles/affectors/CMakeLists.txt')
-rw-r--r--tests/benchmarks/particles/affectors/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/benchmarks/particles/affectors/CMakeLists.txt b/tests/benchmarks/particles/affectors/CMakeLists.txt
index 35c9e46329..7910d4256d 100644
--- a/tests/benchmarks/particles/affectors/CMakeLists.txt
+++ b/tests/benchmarks/particles/affectors/CMakeLists.txt
@@ -9,11 +9,9 @@ qt_add_benchmark(tst_affectors
tst_affectors.cpp
DEFINES
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
- LIBRARIES
- Qt::QuickParticlesPrivate
PUBLIC_LIBRARIES
Qt::Gui
- Qt::QuickParticles
+ Qt::QuickParticlesPrivate
Qt::Test
)