summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/codecs.pri
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2010-02-11 11:41:28 +0100
committerOlivier Goffart <ogoffart@trolltech.com>2010-03-09 16:26:57 +0100
commit65dc878e857ec97c1dbccddc3809eb68ed379fc9 (patch)
tree5062dcba734bfa055875fabcdcc70543aaff3ef5 /src/corelib/codecs/codecs.pri
parentb0514ccdd318e2e508edab57bfd7ed064a550308 (diff)
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 'src/corelib/codecs/codecs.pri')
-rw-r--r--src/corelib/codecs/codecs.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/codecs/codecs.pri b/src/corelib/codecs/codecs.pri
index 17f4d91c77..c572e084d7 100644
--- a/src/corelib/codecs/codecs.pri
+++ b/src/corelib/codecs/codecs.pri
@@ -31,7 +31,7 @@ unix {
DEFINES += GNU_LIBICONV
!mac:LIBS_PRIVATE *= -liconv
- } else {
+ } else:!symbian {
# no iconv, so we put all plugins in the library
HEADERS += \
../plugins/codecs/cn/qgb18030codec.h \
@@ -52,3 +52,4 @@ unix {
../plugins/codecs/jp/qfontjpcodec.cpp
}
}
+symbian:LIBS += -lcharconv