aboutsummarylogtreecommitdiffstats
path: root/0005-Don-t-add-resource-files-to-LIBS-parameter.patch
diff options
context:
space:
mode:
authorMartchus2020-09-13 13:31:00 +0200
committerMartchus2020-09-13 13:31:00 +0200
commit117d6b5893398a0ab26f3f0c3fbceb3009b99a60 (patch)
treef12cbac3b0c4b31be362ce0ae50854c439de83db /0005-Don-t-add-resource-files-to-LIBS-parameter.patch
parentc58c615142506c4392e2db990ee7e162e1804a05 (diff)
downloadaur-mingw-w64-qt5-base-angle.tar.gz
Update to 5.15.1
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.patch8
1 files changed, 4 insertions, 4 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 98cccfe588e3..cce33fa07b04 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 e255d761b2795b2525a4b94e27b6e77a8fdc2884 Mon Sep 17 00:00:00 2001
+From a580a7539f99448391f2b16903f8746d610f131a Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 18 Sep 2016 13:58:28 +0200
Subject: [PATCH 05/31] Don't add resource files to LIBS parameter
@@ -11,10 +11,10 @@ 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 096b041056..eb498b28e8 100644
+index ee9a41838b..8d1dcae85b 100644
--- a/qmake/generators/win32/mingw_make.cpp
+++ b/qmake/generators/win32/mingw_make.cpp
-@@ -152,7 +152,7 @@ void MingwMakefileGenerator::init()
+@@ -147,7 +147,7 @@ void MingwMakefileGenerator::init()
processVars();
@@ -24,5 +24,5 @@ index 096b041056..eb498b28e8 100644
if (project->isActiveConfig("dll")) {
QString destDir = "";
--
-2.26.2
+2.28.0