summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtextcodec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qtextcodec.cpp')
-rw-r--r--src/corelib/codecs/qtextcodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp
index 462c55e103..b379b2b111 100644
--- a/src/corelib/codecs/qtextcodec.cpp
+++ b/src/corelib/codecs/qtextcodec.cpp
@@ -55,7 +55,7 @@
#include "private/qcoreglobaldata_p.h"
#if !defined(QT_BOOTSTRAPPED)
-#ifdef Q_OS_UNIX
+#if !defined(QT_NO_ICONV)
# include "qiconvcodec_p.h"
#endif
#ifdef Q_OS_WIN