aboutsummarylogtreecommitdiffstats
path: root/qt5-dont-add-resource-files-to-qmake-libs.patch
diff options
context:
space:
mode:
authorMartchus2016-09-06 22:40:44 +0200
committerMartchus2016-09-06 22:41:26 +0200
commit56c03b83801b48b03a2af469ae4e6d546976e1c3 (patch)
tree0a05062d625a701deaea68826f9a2b368d667181 /qt5-dont-add-resource-files-to-qmake-libs.patch
downloadaur-56c03b83801b48b03a2af469ae4e6d546976e1c3.tar.gz
Provide mingw-w64-qt5-base-dynamic variant
Just tested whether it builds, but not whether it already functions as intended.
Diffstat (limited to 'qt5-dont-add-resource-files-to-qmake-libs.patch')
-rw-r--r--qt5-dont-add-resource-files-to-qmake-libs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt5-dont-add-resource-files-to-qmake-libs.patch b/qt5-dont-add-resource-files-to-qmake-libs.patch
new file mode 100644
index 000000000000..838f2467e541
--- /dev/null
+++ b/qt5-dont-add-resource-files-to-qmake-libs.patch
@@ -0,0 +1,11 @@
+--- qtbase-opensource-src-5.2.0/qmake/generators/win32/mingw_make.cpp.orig 2014-01-04 21:18:07.413328813 +0100
++++ qtbase-opensource-src-5.2.0/qmake/generators/win32/mingw_make.cpp 2014-01-04 21:18:55.740126515 +0100
+@@ -243,7 +243,7 @@
+
+ processVars();
+
+- project->values("QMAKE_LIBS") += project->values("RES_FILE");
++ project->values("OBJECTS") += project->values("RES_FILE");
+
+ if (project->isActiveConfig("dll")) {
+ QString destDir = "";