diff --git a/dist/changes-5.11.2 b/dist/changes-5.11.2
new file mode 100644
index 0000000000000000000000000000000000000000..8efdf5ea907492f3feb2f3586d0147d164dcc8e9
--- /dev/null
+++ b/dist/changes-5.11.2
@@ -0,0 +1,24 @@
+Qt 5.11.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.11.0 through 5.11.1.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.11 series is binary compatible with the 5.10.x series.
+Applications compiled for 5.10 will continue to run with 5.11.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+*                              Qt 5.11.2 Changes                           *
+****************************************************************************
+
+ - This release contains only minor code improvements.
diff --git a/doc/src/legal/licensechanges.qdoc b/doc/src/legal/licensechanges.qdoc
index 56cae67aa1703ab2b18554ca1b75ddbcd8868115..8c594f264c96483276d1e2b47fa3085b11d41e3d 100644
--- a/doc/src/legal/licensechanges.qdoc
+++ b/doc/src/legal/licensechanges.qdoc
@@ -34,6 +34,41 @@
     Changes in Qt and \l{Licenses Used in Qt}{Third Party Modules}
     released with Qt that are relevant to licensing.
 
+    \section1 Qt 5.11.2
+
+    \section2 Qt Core Module
+
+    \l{PCRE2} got updated to upstream version 10.31.
+
+    \section2 Qt GUI Module
+
+    \list
+        \li The copyright information for \l{HarfBuzz} got updated.
+        \li The copyright information for
+            \l{Anti-aliasing rasterizer from FreeType 2} got updated.
+    \endlist
+
+    \section2 Qt Location Module
+
+    The copyright information and description of
+    \l{Clipper Polygon Clipping Library} got updated.
+
+    \section2 Qt SQL Module
+
+    \l{SQLite} got updated to upstream version 3.24.0.
+
+    \section2 Qt WebEngine Module
+
+    \list
+        \li Chromium received backported security fixes from Chromium up to version
+            68.0.3440.75.
+        \li The \l{WebEngine StyleSheet Browser Example}, \l{WebEngine Widgets Simple Browser Example},
+            \l{WebEngine Quick Nano Browser}, and \l{WebEngine Cookie Browser Example}
+            use images from the Tango Icon Library. This is now documented.
+        \li \l{Marked (WebEngine RecipeBrowser example)} got updated to upstream
+            version 0.4.0.
+    \endlist
+
     \section1 Qt 5.11.1
 
     \section2 Qt 3D Module
diff --git a/doc/src/platforms/linux.qdoc b/doc/src/platforms/linux.qdoc
index 9e72166b3e70a1abea15ba3fb450885f70b6535f..6827cd8e253227303b702f2ef545a685f3be9a92 100644
--- a/doc/src/platforms/linux.qdoc
+++ b/doc/src/platforms/linux.qdoc
@@ -342,6 +342,11 @@
 
     \l{Qt WebEngine} has additional build requirements which are listed in the
     \l{Qt WebEngine Platform Notes}.
+
+    \section1 QDoc Dependencies
+    Since version 5.11, \l {QDoc Manual}{QDoc} uses Clang to parse C++ code.
+    If you wish to build QDoc manually, refer to \l {Installing Clang for QDoc}
+    for specific build requirements.
 */
 
 /*!
diff --git a/doc/src/platforms/osx.qdoc b/doc/src/platforms/osx.qdoc
index 626928d2d1467b08e4bc4c0349fdeb4a3c5c0e37..d60c335471eaee65d5bbe40d370ab0528f4ba010 100644
--- a/doc/src/platforms/osx.qdoc
+++ b/doc/src/platforms/osx.qdoc
@@ -186,6 +186,12 @@
     the \l{Community Supported Platforms#Reference Configurations}{supported platforms}
     page.
 
+    \section1 QDoc Dependencies
+
+    Since version 5.11, \l {QDoc Manual}{QDoc} uses Clang to parse C++ code.
+    If you wish to build QDoc manually, refer to \l {Installing Clang for QDoc}
+    for specific build requirements.
+
     \section1 Steps for Building
 
     The following instructions describe how to build Qt from the source package.
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index de94e7263b0c8f9e0b5818614d949ef74099f0db..f78df48e2a04f876125c4b2ddca782679fc748e1 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -438,10 +438,18 @@
     using the clang-cl tool to build Qt. Clang 3.8 does not support precompiled
     headers.
 
+    \sa {QDoc Dependencies}
+
     \section2 Building Qt WebEngine
 
     \l{Qt WebEngine} has additional build requirements which are listed in the
     \l{Qt WebEngine Platform Notes}.
+
+    \section1 QDoc Dependencies
+    Since version 5.11, \l {QDoc Manual}{QDoc} uses Clang to parse C++ code.
+    If you wish to build QDoc manually, refer to \l {Installing Clang for QDoc}
+    for specific build requirements.
+
 */
 
 /*!