diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7f75ce3..802b682 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,5 +5,5 @@ ecm_add_test(FilenameTest.cpp ../src/ExportManager.cpp ../src/SpectacleConfig.cpp ../src/Platforms/Platform.cpp TEST_NAME "filename_test" LINK_LIBRARIES Qt5::Test - Qt5::PrintSupport KF5::I18n KF5::ConfigCore KF5::KIOCore KF5::WindowSystem + Qt5::PrintSupport KF5::I18n KF5::ConfigCore KF5::KIOCore KF5::WindowSystem KF5::XmlGui KF5::GlobalAccel )