diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2010-02-11 10:41:28 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2010-03-09 15:26:57 (GMT) |
commit | 65dc878e857ec97c1dbccddc3809eb68ed379fc9 (patch) | |
tree | 5062dcba734bfa055875fabcdcc70543aaff3ef5 /tests/auto/qtextcodec/test | |
parent | b0514ccdd318e2e508edab57bfd7ed064a550308 (diff) | |
download | Qt-65dc878e857ec97c1dbccddc3809eb68ed379fc9.zip Qt-65dc878e857ec97c1dbccddc3809eb68ed379fc9.tar.gz Qt-65dc878e857ec97c1dbccddc3809eb68ed379fc9.tar.bz2 |
TextCodec on Symbian: use the native symbian backend for text codecs.
On symbian, we would use the native textcodec for anything but UTF
and Latin1.
Some codec that are not present by default in symbian are still
present inside Qt, but if there is symbian codecs that exists for
those, Symbian codecs have priority.
Most of code has been contributed by the Obrit i18n team.
Task-number: QT-2471 (Symbian part)
Task-number: QT-2627
Reviewed-by: axis
Diffstat (limited to 'tests/auto/qtextcodec/test')
-rw-r--r-- | tests/auto/qtextcodec/test/test.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qtextcodec/test/test.pro b/tests/auto/qtextcodec/test/test.pro index afd7f5e..efa2e85 100644 --- a/tests/auto/qtextcodec/test/test.pro +++ b/tests/auto/qtextcodec/test/test.pro @@ -27,6 +27,7 @@ wince*: { DEFINES += SRCDIR=\\\"\\\" }else:symbian { # Symbian can't define SRCDIR meaningfully here + LIBS += -lcharconv -lconvnames -lgb2312_shared -ljisx0201 -ljisx0208 -lefsrv } else { DEFINES += SRCDIR=\\\"$$PWD/../\\\" } |