qt5base-0005-fix-gui-build-without-png.patch 681 B

12345678910111213141516171819202122
  1. [PATCH] fix QtGUI build without PNG support
  2. Upstream bug: https://bugreports.qt-project.org/browse/QTBUG-33496
  3. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  4. ---
  5. src/gui/kernel/qplatformtheme.cpp | 2 +-
  6. 1 file changed, 1 insertion(+), 1 deletion(-)
  7. Index: qt5base-5.1.1/src/gui/kernel/qplatformtheme.cpp
  8. ===================================================================
  9. --- qt5base-5.1.1.orig/src/gui/kernel/qplatformtheme.cpp
  10. +++ qt5base-5.1.1/src/gui/kernel/qplatformtheme.cpp
  11. @@ -48,7 +48,7 @@
  12. #include <QtCore/qfileinfo.h>
  13. #include <qpalette.h>
  14. #include <qtextformat.h>
  15. -#include <qiconloader_p.h>
  16. +#include <private/qiconloader_p.h>
  17. QT_BEGIN_NAMESPACE