aboutsummarylogtreecommitdiffstats
path: root/0009-Don-t-add-resource-files-to-LIBS-parameter.patch
diff options
context:
space:
mode:
Diffstat (limited to '0009-Don-t-add-resource-files-to-LIBS-parameter.patch')
-rw-r--r--0009-Don-t-add-resource-files-to-LIBS-parameter.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0009-Don-t-add-resource-files-to-LIBS-parameter.patch b/0009-Don-t-add-resource-files-to-LIBS-parameter.patch
index 3069b8b6c95d..0cdf983bdea3 100644
--- a/0009-Don-t-add-resource-files-to-LIBS-parameter.patch
+++ b/0009-Don-t-add-resource-files-to-LIBS-parameter.patch
@@ -1,4 +1,4 @@
-From bdac1b16ee425b00cc9e55727164a7583fb63948 Mon Sep 17 00:00:00 2001
+From b98187a679d8a09d1fc1cf08e5ca940cd6152995 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 18 Sep 2016 13:58:28 +0200
Subject: [PATCH 09/26] 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 382b10c..3caad90 100644
+index 382b10c37b..3caad900a8 100644
--- a/qmake/generators/win32/mingw_make.cpp
+++ b/qmake/generators/win32/mingw_make.cpp
@@ -196,7 +196,7 @@ void MingwMakefileGenerator::init()
@@ -24,5 +24,5 @@ index 382b10c..3caad90 100644
if (project->isActiveConfig("dll")) {
QString destDir = "";
--
-2.10.2
+2.11.0