]> git.pld-linux.org Git - packages/qt4.git/blob - icu59.patch
- fix building with icu 59
[packages/qt4.git] / icu59.patch
1 --- qt-everywhere-opensource-src-4.8.7/src/corelib/tools/qlocale_icu.cpp~       2017-04-25 07:42:22.000000000 +0000
2 +++ qt-everywhere-opensource-src-4.8.7/src/corelib/tools/qlocale_icu.cpp        2017-04-25 07:44:34.675363008 +0000
3 @@ -43,6 +43,8 @@
4  #include "qlibrary.h"
5  #include "qdebug.h"
6  
7 +#define UCHAR_TYPE unsigned short
8 +
9  #include "unicode/uversion.h"
10  #include "unicode/ucol.h"
11  
This page took 0.029631 seconds and 3 git commands to generate.