summaryrefslogtreecommitdiffstats
path: root/Makefile.mingw64
diff options
context:
space:
mode:
authorJoerg Koenig <jck@gmx.org>2019-07-14 21:16:01 (GMT)
committerJoerg Koenig <jck@gmx.org>2019-07-14 21:16:01 (GMT)
commit4fbe1b426e6f27fbcf0654462eba6fecaec8378f (patch)
tree0a197bb70211008d2a88c8cef4c60535625030c0 /Makefile.mingw64
parent649363e9787f5aa1ae882d1bc3c6fef500bea05c (diff)
downloadQt-4fbe1b426e6f27fbcf0654462eba6fecaec8378f.zip
Qt-4fbe1b426e6f27fbcf0654462eba6fecaec8378f.tar.gz
Qt-4fbe1b426e6f27fbcf0654462eba6fecaec8378f.tar.bz2
Added patch for false-positive on deprecated-copy warningsrefs/changes/26/8226/1
GCC 9 produce a lot of false-positive warnings when comiling with QT. This patch disables this warnings. Resolves: :jira:<issue> See also: :jira:<issue> Change-Id: Iba96885d080df398205944a2252a540f96883894
Diffstat (limited to 'Makefile.mingw64')
-rw-r--r--Makefile.mingw641
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.mingw64 b/Makefile.mingw64
index 3b6018f..9115047 100644
--- a/Makefile.mingw64
+++ b/Makefile.mingw64
@@ -50,6 +50,7 @@ qt.$(ARCH):
tar --force-local -xJf $(TOP)/SOURCE/qt-everywhere-src-$(VERSION).tar.xz; \
cd $(LOCAL_BUILD_PATH)/qt-everywhere-src-$(VERSION) ; \
patch -p1 < $(TOP)/SOURCE/qt-5.12.3-cross-static-gcc-libs.patch ; \
+ patch -p1 < $(TOP)/SOURCE/qt-5.12.3-gcc9-deprecated-copy.patch ; \
fi
rm -Rf $(QT_SRC_PATH)
mv $(LOCAL_BUILD_PATH)/qt-everywhere-src-$(VERSION) $(QT_SRC_PATH)