diff options
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | package/qt/qt-4.5.3-fix-qt-zlib-build.patch (renamed from package/qt/qt-4.5.2-fix-qt-zlib-build.patch) | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2010.02, Not yet released: + + Fixes all over the tree. + + Updated/fixed packages: qt + 2010.02-rc2, Released February 23th, 2010: Fixes all over the tree and new features. diff --git a/package/qt/qt-4.5.2-fix-qt-zlib-build.patch b/package/qt/qt-4.5.3-fix-qt-zlib-build.patch index b191cc751..47fc92f27 100644 --- a/package/qt/qt-4.5.2-fix-qt-zlib-build.patch +++ b/package/qt/qt-4.5.3-fix-qt-zlib-build.patch @@ -7,10 +7,10 @@ include path to fix this issue. src/gui/painting/painting.pri | 3 +++ 1 file changed, 3 insertions(+) -Index: qt-embedded-linux-opensource-src-4.5.2/src/gui/painting/painting.pri +Index: qt-embedded-linux-opensource-src-4.5.3/src/gui/painting/painting.pri =================================================================== ---- qt-embedded-linux-opensource-src-4.5.2.orig/src/gui/painting/painting.pri -+++ qt-embedded-linux-opensource-src-4.5.2/src/gui/painting/painting.pri +--- qt-embedded-linux-opensource-src-4.5.3.orig/src/gui/painting/painting.pri ++++ qt-embedded-linux-opensource-src-4.5.3/src/gui/painting/painting.pri @@ -367,3 +367,6 @@ SOURCES += painting/qwindowsurface_d3d.cpp } |