Don't define QT_NO_ICONV on Windows: that comes from qconfig.h
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 23 Aug 2012 15:25:44 +0000 (17:25 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 24 Aug 2012 23:54:27 +0000 (01:54 +0200)
commit75cb66c04e8805a047a2f50e3e586d464dc7d1bc
tree368ccc1b58d3debe5f1c3dc7b45c038678e1bf40
parentc0c5b47a47f21143fd1bdeff92221ba3326a1dd5
Don't define QT_NO_ICONV on Windows: that comes from qconfig.h

Both the configure script and configure.exe add QT_NO_ICONV to qconfig.h
in case they can't find iconv. Since Windows doesn't use iconv anyway,
we don't need to set QT_NO_ICONV here.

MSVC likes to print a warning that a macro is redefined. That gets quite
spammy...

Change-Id: Ide9800f6f848bc0c2d8bdbcb41875a709d3e249c
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/codecs/codecs.pri