summaryrefslogtreecommitdiff
path: root/kde-apps/juk/files/juk-21.04.0-missing-link.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-14 10:30:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-14 10:30:13 +0100
commit616579b5d773c50af31ee56f00105d96ce641ca2 (patch)
tree2ad4d3ba1429bd93a36ab99a2f5ec3490412115e /kde-apps/juk/files/juk-21.04.0-missing-link.patch
parent068424b26532f3551a81421a9be67ed206e5c11a (diff)
gentoo resync : 14.08.2021
Diffstat (limited to 'kde-apps/juk/files/juk-21.04.0-missing-link.patch')
-rw-r--r--kde-apps/juk/files/juk-21.04.0-missing-link.patch29
1 files changed, 0 insertions, 29 deletions
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
deleted file mode 100644
index cb59f81e83e4..000000000000
--- a/kde-apps/juk/files/juk-21.04.0-missing-link.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From c36b4aba0946b932f9da335e77295af2e31dff6d Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-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 <asturm@gentoo.org>
----
- 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
-