diff options
author | Mark Brand <mabrand@mabrand.nl> | 2020-05-28 21:28:47 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2020-05-28 21:52:36 (GMT) |
commit | 0c1b092fc4eb7751c926c7c0371386e18f8ec1e8 (patch) | |
tree | ff420451629b7eaa94e6e1b8636153330a83a811 /src/qt.mk | |
parent | f5ec9f218d0263664e85cf2434f6606cdb0c4dba (diff) | |
download | mxe-0c1b092fc4eb7751c926c7c0371386e18f8ec1e8.zip mxe-0c1b092fc4eb7751c926c7c0371386e18f8ec1e8.tar.gz mxe-0c1b092fc4eb7751c926c7c0371386e18f8ec1e8.tar.bz2 |
qt: Qt 4 compatibility with gcc 9 and later
Diffstat (limited to 'src/qt.mk')
-rw-r--r-- | src/qt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ define $(PKG)_BUILD '$(PREFIX)/$(TARGET)/qt/bin/rcc' -name qt-test -o '$(1)/test-$(PKG)-pkgconfig/qrc_qt-test.cpp' '$(TOP_DIR)/src/qt-test.qrc' '$(TARGET)-g++' \ -W -Wall -Werror -std=c++0x -pedantic \ + -Wno-deprecated-copy \ '$(TOP_DIR)/src/qt-test.cpp' \ '$(1)/test-$(PKG)-pkgconfig/moc_qt-test.cpp' \ '$(1)/test-$(PKG)-pkgconfig/qrc_qt-test.cpp' \ |