summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/src/qtwebengine-platform-notes.qdoc
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-03-21 10:52:33 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-03-21 10:52:33 +0100
commitc2687689ba42d6021ae3f220d9fd240609489d3a (patch)
treee96236e1590d9197200c4c51a1a353197a9de385 /src/webengine/doc/src/qtwebengine-platform-notes.qdoc
parent6d5b9ba008bba20f1c0a1642af5f5b7182f3e890 (diff)
parent5c4ae298b0a3d75c4c5ea8aef0595914ab25607f (diff)
Merge remote-tracking branch 'origin/5.6.0' into 5.6
Conflicts: src/3rdparty Change-Id: Icbe7ea849b6ccdcee1ea1beccf86309ffb1ed578
Diffstat (limited to 'src/webengine/doc/src/qtwebengine-platform-notes.qdoc')
-rw-r--r--src/webengine/doc/src/qtwebengine-platform-notes.qdoc22
1 files changed, 18 insertions, 4 deletions
diff --git a/src/webengine/doc/src/qtwebengine-platform-notes.qdoc b/src/webengine/doc/src/qtwebengine-platform-notes.qdoc
index 1e0fb584d..e37817e0e 100644
--- a/src/webengine/doc/src/qtwebengine-platform-notes.qdoc
+++ b/src/webengine/doc/src/qtwebengine-platform-notes.qdoc
@@ -31,6 +31,19 @@
\brief Contains information about issues that are specific to the Qt WebEngine module.
+ \section1 Target Platforms
+
+ Qt WebEngine does try to support all \l{Supported Platforms} of Qt. However, due to
+ different requirements of Chromium this is not always possible. Known limitations are:
+
+ \list
+ \li Qt WebEngine currently supports only Windows, Linux, and OS X.
+
+ \li On Windows, Qt WebEngine only supports Windows Vista or newer as target platform.
+ Due to use of newer API in Chromium, Windows XP is not supported. WinRT is
+ not supported, either.
+ \endlist
+
\section1 Building Qt WebEngine from Source
The requirements for building Qt 5 modules from source are listed separately for each supported
@@ -72,11 +85,11 @@
The MIME type is important because it determines which embeds the plugin is used for.
- This process has been automated for the Adobe Flash Player Plugin.
+ This process has been automated for the Pepper Flash player plugin.
- \section2 Adobe Flash Player Plugin Support
+ \section2 Pepper Flash Player Plugin Support
- The Adobe Flash player plugin can be loaded automatically if it is installed in one of the
+ The Pepper Flash player plugin can be loaded automatically if it is installed in one of the
following locations, depending on the platform:
\list
@@ -97,7 +110,8 @@
\endcode
\endlist
- You can also load the Flash player from a specific location by using command line arguments:
+ You can also load the Pepper Flash player from a specific location by using command line
+ arguments:
\code
--ppapi-flash-path=./libpepflashplayer.so