summaryrefslogtreecommitdiffstats
path: root/tests/manual/qt_poll/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qt_poll/CMakeLists.txt')
-rw-r--r--tests/manual/qt_poll/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/manual/qt_poll/CMakeLists.txt b/tests/manual/qt_poll/CMakeLists.txt
index 5445a7a2ec..0e19e6a4e3 100644
--- a/tests/manual/qt_poll/CMakeLists.txt
+++ b/tests/manual/qt_poll/CMakeLists.txt
@@ -10,8 +10,7 @@ add_qt_test(tst_qt_poll
tst_qt_poll.cpp
INCLUDE_DIRECTORIES
../../../src/corelib/kernel
- LIBRARIES
- Qt::CorePrivate
PUBLIC_LIBRARIES
+ Qt::CorePrivate
Qt::Network
)