From: Peter Korsgaard Date: Sat, 26 Oct 2013 15:58:40 +0000 (+0200) Subject: qt5base: fix QtGUI build without PNG support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0764b1cf4573f7fdae9faa280898a7a9950da100;p=buildroot.git qt5base: fix QtGUI build without PNG support Patch from upstream bug report: https://bugreports.qt-project.org/browse/QTBUG-33496 Signed-off-by: Peter Korsgaard --- diff --git a/package/qt5/qt5base/qt5base-0005-fix-gui-build-without-png.patch b/package/qt5/qt5base/qt5base-0005-fix-gui-build-without-png.patch new file mode 100644 index 0000000000..ea0a7e3d2d --- /dev/null +++ b/package/qt5/qt5base/qt5base-0005-fix-gui-build-without-png.patch @@ -0,0 +1,22 @@ +[PATCH] fix QtGUI build without PNG support + +Upstream bug: https://bugreports.qt-project.org/browse/QTBUG-33496 + +Signed-off-by: Peter Korsgaard +--- + src/gui/kernel/qplatformtheme.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: qt5base-5.1.1/src/gui/kernel/qplatformtheme.cpp +=================================================================== +--- qt5base-5.1.1.orig/src/gui/kernel/qplatformtheme.cpp ++++ qt5base-5.1.1/src/gui/kernel/qplatformtheme.cpp +@@ -48,7 +48,7 @@ + #include + #include + #include +-#include ++#include + + QT_BEGIN_NAMESPACE +