diff --git a/kwin-5.10.4.orig/autotests/CMakeLists.txt b/kwin-5.10.4/autotests/CMakeLists.txt --- a/kwin-5.10.4.orig/autotests/CMakeLists.txt +++ b/kwin-5.10.4/autotests/CMakeLists.txt @@ -159,6 +159,7 @@ target_link_libraries(testScriptedEffectLoader Qt5::Concurrent + Qt5::Qml Qt5::Script Qt5::Test Qt5::X11Extras diff --git a/kwin-5.10.4.orig/autotests/tabbox/CMakeLists.txt b/kwin-5.10.4/autotests/tabbox/CMakeLists.txt --- a/kwin-5.10.4.orig/autotests/tabbox/CMakeLists.txt +++ b/kwin-5.10.4/autotests/tabbox/CMakeLists.txt @@ -18,6 +18,7 @@ target_link_libraries( testTabBoxClientModel Qt5::Core Qt5::Gui + Qt5::Script Qt5::Quick Qt5::Test Qt5::X11Extras @@ -48,6 +49,7 @@ target_link_libraries( testTabBoxHandler Qt5::Core Qt5::Gui + Qt5::Script Qt5::Quick Qt5::Test Qt5::X11Extras