diff --git a/tests/auto/gui/kernel/qguieventloop/CMakeLists.txt b/tests/auto/gui/kernel/qguieventloop/CMakeLists.txt index f7f83420caa..7ac5cdc3434 100644 --- a/tests/auto/gui/kernel/qguieventloop/CMakeLists.txt +++ b/tests/auto/gui/kernel/qguieventloop/CMakeLists.txt @@ -8,8 +8,11 @@ add_qt_test(tst_qguieventloop GUI SOURCES ../../../corelib/kernel/qeventloop/tst_qeventloop.cpp + LIBRARIES # special case + Qt::CorePrivate # special case PUBLIC_LIBRARIES Qt::Gui + Qt::Network # special case ) ## Scopes: