summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2014-04-04 17:11:14 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-14 21:33:59 +0200
commita6d29bf00809f0b6b23f6fb955d2a49e3751daaa (patch)
treecc27f3e5a0f57d56b01efeeb1b7bf7b5b5580d93
parentae2d5e0e0fdbc0a809592a0f6bf003302fa6d99c (diff)
downloadqtdoc-a6d29bf00809f0b6b23f6fb955d2a49e3751daaa.tar.gz
Explain what ICU is used for on Windows.
Task-number: QTBUG-28766 Change-Id: I5e964713c8f421a5a977cb760c0178f90404b8e1 Reviewed-by: John Layt <jlayt@kde.org>
-rw-r--r--doc/src/platforms/windows.qdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index edef05c8..637c2c48 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -115,10 +115,11 @@
These libraries are required when running Qt 5 applications in Windows:
\list
- \li \l{ICU}: Qt 5 uses the ICU library for UNICODE and Globalization
- support (required for Qt WebKit). At compile time, the \e include and
- \e lib folders of the ICU installation must be appended to the \c
- INCLUDE and \c LIB environment variables. At run-time, the ICU DLLs
+ \li \l{ICU}: Qt 5 can make use of the ICU library for enhanced UNICODE and Globalization
+ support (see QTextCodec, QCollator::setNumericMode()).
+
+ At compile time, the \e include and \e lib folders of the ICU installation must
+ be appended to the \c INCLUDE and \c LIB environment variables. At run-time, the ICU DLLs
need to be found by copying the DLLs to the
application folder or by adding the \e bin folder of the ICU
installation to the \c PATH environment variable.