[Qt-interest] libiconv is used on Windows after all?
Nikos Chantziaras
realnc at arcor.de
Tue Jun 21 07:59:16 CEST 2011
According to a comment by Thiago:
http://lists.qt.nokia.com/pipermail/qt-interest/2010-August/026692.html
"libiconv is not used on Windows." So I tried building Qt without
libiconv. It builds fine. However, trying to build a Qt application
results in:
undefined reference to `QGb18030Codec::QGb18030Codec()'
undefined reference to `QGbkCodec::QGbkCodec()'
undefined reference to `QGb2312Codec::QGb2312Codec()'
undefined reference to `QEucJpCodec::QEucJpCodec()'
[and many more]
So I suppose for QTextCodec to work, libiconv is needed after all?
More information about the Qt-interest-old
mailing list