aboutsummarylogtreecommitdiffstats
path: root/0030-Fix-linking-against-static-plugins-with-qmake.patch
diff options
context:
space:
mode:
authorMartchus2020-06-01 19:54:24 +0200
committerMartchus2020-06-01 19:54:24 +0200
commitc58c615142506c4392e2db990ee7e162e1804a05 (patch)
tree3b8b0ebc331a523e8639391946820e1423097075 /0030-Fix-linking-against-static-plugins-with-qmake.patch
parent1021e23282434c17a9b00f67ded4f1007d68e25b (diff)
downloadaur-c58c615142506c4392e2db990ee7e162e1804a05.tar.gz
Update to 5.15.0
Diffstat (limited to '0030-Fix-linking-against-static-plugins-with-qmake.patch')
-rw-r--r--0030-Fix-linking-against-static-plugins-with-qmake.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0030-Fix-linking-against-static-plugins-with-qmake.patch b/0030-Fix-linking-against-static-plugins-with-qmake.patch
index 0ccc7ff66eec..4c3e9e3d7888 100644
--- a/0030-Fix-linking-against-static-plugins-with-qmake.patch
+++ b/0030-Fix-linking-against-static-plugins-with-qmake.patch
@@ -1,4 +1,4 @@
-From 9e55df2614a99e6fce2460ea3f32c1039bc9f0e6 Mon Sep 17 00:00:00 2001
+From 9cc80f62ffaec0261b0d554f80ff1413aa46d4d7 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Fri, 25 Aug 2017 17:07:17 +0200
Subject: [PATCH 30/31] Fix linking against static plugins with qmake
@@ -11,7 +11,7 @@ approach
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mkspecs/features/qt.prf b/mkspecs/features/qt.prf
-index d6299d8eed..5311748953 100644
+index 4632cb8b30..7583943bd0 100644
--- a/mkspecs/features/qt.prf
+++ b/mkspecs/features/qt.prf
@@ -69,7 +69,7 @@ all_qt_module_deps = $$resolve_depends(qt_module_deps, "QT.", ".depends" ".run_d
@@ -33,5 +33,5 @@ index d6299d8eed..5311748953 100644
# Check if the plugin is known to Qt. We can use this to determine
# the plugin path. Unknown plugins must rely on the default link path.
--
-2.26.1
+2.26.2