Add support for QNX iconv implementation
authorRafael Roquetto <rafael.roquetto@kdab.com>
Thu, 2 Feb 2012 15:06:05 +0000 (16:06 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 3 Feb 2012 12:14:06 +0000 (13:14 +0100)
commit38cba9a37fc5fe76b1549463422ab539a1b4cf24
treecf3dadcc6852e3edcd41947743e1d3e6aef73927
parentc802a5d272cde1f18a8debfb50b02ab1c682c2fc
Add support for QNX iconv implementation

QNX implements the POSIX version of iconv (with non-const function
signatures). However, it is still necessary to link with libiconv, unlike most
cases. Also, its iconv_open does not know how to handle an empty string.

Change-Id: I8654703e46b9c64503aca5521ce7fae1c97d7968
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
config.tests/unix/iconv/iconv.pro
configure
src/corelib/codecs/codecs.pri
src/corelib/codecs/qiconvcodec.cpp