summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2016-06-27 16:19:41 +0200
committerKai Koehne <kai.koehne@qt.io>2016-07-21 08:04:47 +0000
commit78944ae2443b01e205403fa63c15213e9dff150d (patch)
tree90229ee8682de681f2378822d7b1cddb52751d25 /src
parent94adae1e3ae59a60a91e61c3830e8581d2a4065e (diff)
Doc: Move Platform notes into separate section in Overview
Change-Id: I40d9c30dd33eb38d1d33c68df4cb4bbc3704c647 GPush-Base: 8ca4a41dfe6887c2637fe2e562f5314b56facd20 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/webengine/doc/src/qtwebengine-overview.qdoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/webengine/doc/src/qtwebengine-overview.qdoc b/src/webengine/doc/src/qtwebengine-overview.qdoc
index f226f6f06..c9c21d208 100644
--- a/src/webengine/doc/src/qtwebengine-overview.qdoc
+++ b/src/webengine/doc/src/qtwebengine-overview.qdoc
@@ -37,10 +37,6 @@
made fully editable by the user through the use of the \c{contenteditable} attribute on HTML
elements.
- For more information about the requirements for building Qt WebEngine from source on the
- supported platforms and for other platform-specific information, see
- \l{Qt WebEngine Platform Notes}.
-
\section1 Qt WebEngine Architecture
\image qtwebengine-architecture.png
@@ -226,6 +222,12 @@
The functions can be used to synchronize cookies with QNetworkAccessManager, as well as to set,
delete, and intercept cookies during navigation.
+ \section1 Platform Notes
+
+ Qt WebEngine currently supports only Windows, Linux, and OS X. Due to Chromium build
+ requirements it also often requires a newer compiler than the rest of Qt. See
+ \l{Qt WebEngine Platform Notes} for further details.
+
\section1 Related Modules
Qt WebEngine supersedes the \l{http://doc.qt.io/archives/qt-5.3/qtwebkit-index.html}{Qt WebKit}