aboutsummarylogtreecommitdiffstats
path: root/0005-Don-t-add-resource-files-to-LIBS-parameter.patch
diff options
context:
space:
mode:
authorMartchus2024-03-16 19:42:15 +0100
committerMartchus2024-03-16 19:42:15 +0100
commit1e3380e1d0b5e1eca05cd2efdb555a7e7f6628ce (patch)
tree6339cd620e99d2a9f131f9d3733ef91ef72699a0 /0005-Don-t-add-resource-files-to-LIBS-parameter.patch
parent7fc943db03693938c9f5bf647278a2e546ed6e64 (diff)
downloadaur-mingw-w64-qt5-base.tar.gz
Update to 5.15.13
Diffstat (limited to '0005-Don-t-add-resource-files-to-LIBS-parameter.patch')
-rw-r--r--0005-Don-t-add-resource-files-to-LIBS-parameter.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0005-Don-t-add-resource-files-to-LIBS-parameter.patch b/0005-Don-t-add-resource-files-to-LIBS-parameter.patch
index 40a82b65871c..8d3fb47348ce 100644
--- a/0005-Don-t-add-resource-files-to-LIBS-parameter.patch
+++ b/0005-Don-t-add-resource-files-to-LIBS-parameter.patch
@@ -1,4 +1,4 @@
-From 1509d40b75406e82868a8150080ce6137095115a Mon Sep 17 00:00:00 2001
+From a99587c177203e31c8cfbc825be56866c5a4f747 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 18 Sep 2016 13:58:28 +0200
Subject: [PATCH 05/32] Don't add resource files to LIBS parameter
@@ -11,7 +11,7 @@ like .obj/debug/Qt5Cored_resource_res.o
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qmake/generators/win32/mingw_make.cpp b/qmake/generators/win32/mingw_make.cpp
-index ee9a41838b..8d1dcae85b 100644
+index ee9a41838bc..8d1dcae85bb 100644
--- a/qmake/generators/win32/mingw_make.cpp
+++ b/qmake/generators/win32/mingw_make.cpp
@@ -147,7 +147,7 @@ void MingwMakefileGenerator::init()
@@ -24,5 +24,5 @@ index ee9a41838b..8d1dcae85b 100644
if (project->isActiveConfig("dll")) {
QString destDir = "";
--
-2.43.0
+2.44.0