summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/src/qtwebengine-overview.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-08-03 16:29:17 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-08-03 15:32:02 +0000
commit336e706cbc839dd7b7c1d461b6b015600b5f009e (patch)
tree7d3d56c64e765cbb7467722b9e71d7dfcc4cbb28 /src/webengine/doc/src/qtwebengine-overview.qdoc
parent1a49f193afe1ba54339182a49d891917159f6719 (diff)
Doc: Move info about deploying Qt WebEngine apps into a separate topic
Move information from the Qt docs here in a follow-up change. Also add information in more follow-up changes. Change-Id: I420dcb879332b298247867768e59a736ef466081 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/webengine/doc/src/qtwebengine-overview.qdoc')
-rw-r--r--src/webengine/doc/src/qtwebengine-overview.qdoc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/webengine/doc/src/qtwebengine-overview.qdoc b/src/webengine/doc/src/qtwebengine-overview.qdoc
index f1b1b69c5..f34b4514b 100644
--- a/src/webengine/doc/src/qtwebengine-overview.qdoc
+++ b/src/webengine/doc/src/qtwebengine-overview.qdoc
@@ -220,18 +220,6 @@
The functions can be used to synchronize cookies with QNetworkAccessManager, as well as to set,
delete, and intercept cookies during navigation.
- \section1 Deploying Qt WebEngine Applications
-
- Qt WebEngine takes advantage of the multi process model that the Chromium project offers.
- The multi process model requires the QtWebEngineProcess executable to be deployed alongside your application.
- To do this, we recommend the use of Qt's cross-platform deployment tools.
-
- Alternatively, if you are carrying out manual deployment, you will find the QtWebEngineProcess executable in the
- libexec directory of your Qt installation.
- On Windows, QtWebEngineProcess.exe is located in the bin directory of your Qt application.
-
- For more information on deploying Qt applications, please see \l {Deploying Qt Applications}.
-
\section1 Platform Notes
Qt WebEngine currently supports only Windows, Linux, and OS X. Due to Chromium build