--- qchar.h.old 2011-01-28 11:11:36.000000000 +0800 +++ qchar.h 2011-01-28 11:21:28.000000000 +0800 @@ -358,7 +358,11 @@ QChar(uchar c); #endif ushort ucs; -}; +} +#if (defined(__arm__) || defined(__ARMEL__)) + Q_PACKED +#endif + ; Q_DECLARE_TYPEINFO(QChar, Q_MOVABLE_TYPE);