aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/toolsupport/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/toolsupport/CMakeLists.txt')
-rw-r--r--tests/auto/toolsupport/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/toolsupport/CMakeLists.txt b/tests/auto/toolsupport/CMakeLists.txt
index 2c95835f32..65eff5e92e 100644
--- a/tests/auto/toolsupport/CMakeLists.txt
+++ b/tests/auto/toolsupport/CMakeLists.txt
@@ -7,9 +7,7 @@
qt_add_test(tst_toolsupport
SOURCES
tst_toolsupport.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::QmlPrivate
- PUBLIC_LIBRARIES
- Qt::Qml
)