summaryrefslogtreecommitdiffstats
path: root/tests/manual/socketengine/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/socketengine/CMakeLists.txt')
-rw-r--r--tests/manual/socketengine/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/manual/socketengine/CMakeLists.txt b/tests/manual/socketengine/CMakeLists.txt
index 4ac94fd180..927955c3db 100644
--- a/tests/manual/socketengine/CMakeLists.txt
+++ b/tests/manual/socketengine/CMakeLists.txt
@@ -13,11 +13,9 @@ endif()
add_qt_manual_test(tst_socketengine
SOURCES
main.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::NetworkPrivate
- PUBLIC_LIBRARIES
- Qt::Network
Qt::Test
)