aboutsummarylogtreecommitdiffstats
path: root/qt5-dont-add-resource-files-to-qmake-libs.patch
diff options
context:
space:
mode:
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, 0 insertions, 11 deletions
diff --git a/qt5-dont-add-resource-files-to-qmake-libs.patch b/qt5-dont-add-resource-files-to-qmake-libs.patch
deleted file mode 100644
index 838f2467e541..000000000000
--- a/qt5-dont-add-resource-files-to-qmake-libs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 = "";