From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- kde-apps/juk/files/juk-21.04.0-missing-link.patch | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kde-apps/juk/files/juk-21.04.0-missing-link.patch (limited to 'kde-apps/juk/files/juk-21.04.0-missing-link.patch') diff --git a/kde-apps/juk/files/juk-21.04.0-missing-link.patch b/kde-apps/juk/files/juk-21.04.0-missing-link.patch new file mode 100644 index 000000000000..cb59f81e83e4 --- /dev/null +++ b/kde-apps/juk/files/juk-21.04.0-missing-link.patch @@ -0,0 +1,29 @@ +From c36b4aba0946b932f9da335e77295af2e31dff6d Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sat, 24 Apr 2021 18:44:04 +0200 +Subject: [PATCH] Add missing Qt5Concurrent to target_link_libraries + +This was working as long as it was implicitly provided by KIO. + +See also: https://invent.kde.org/frameworks/kio/-/merge_requests/426 + +Signed-off-by: Andreas Sturmlechner +--- + CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index e30cfad6..f3413e6a 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -162,6 +162,7 @@ if(NOT MSVC AND NOT ( WIN32 AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel" ) ) + endif() + + target_link_libraries(juk ${LIBMATH} ++ Qt5::Concurrent + Qt5::Gui + Qt5::Svg + Qt5::Widgets +-- +2.31.1 + -- cgit v1.2.3