[network/ktorrent/release/26.08] /: Add explicit linkage needed after clean-up of KTorrent6 link interface
Jack Hill <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 02efd424ed45f570a49922f4956842dd44bc59f4 by Jack Hill. Committed on 21/07/2026 at 20:58. Pushed by jackh into branch 'release/26.08'. Add explicit linkage needed after clean-up of KTorrent6 link interface (cherry picked from commit bc9dd1b682971d5c3526324d6cb566cc1d241dd0) Co-authored-by: Friedrich W. H. Kossebau <[email protected]> M +1 -0 ktupnptest/CMakeLists.txt M +1 -1 plugins/scanforlostfiles/CMakeLists.txt https://invent.kde.org/network/ktorrent/-/commit/02efd424ed45f570a49922f4956842dd44bc59f4 diff --git a/ktupnptest/CMakeLists.txt b/ktupnptest/CMakeLists.txt index d0e12e7cb..d62c6bb25 100644 --- a/ktupnptest/CMakeLists.txt +++ b/ktupnptest/CMakeLists.txt @@ -6,6 +6,7 @@ ki18n_wrap_ui(ktupnptest upnptestwidget.ui) target_link_libraries( ktupnptest + Qt6::Widgets Qt6::Network KTorrent6 KF6::CoreAddons diff --git a/plugins/scanforlostfiles/CMakeLists.txt b/plugins/scanforlostfiles/CMakeLists.txt index bd638fd29..79e75e2e6 100644 --- a/plugins/scanforlostfiles/CMakeLists.txt +++ b/plugins/scanforlostfiles/CMakeLists.txt @@ -17,5 +17,5 @@ target_link_libraries( KF6::ConfigCore KF6::CoreAddons KF6::I18n - KF6::KIOCore + KF6::KIOWidgets )