summaryrefslogtreecommitdiffstats
path: root/src/webengine
diff options
context:
space:
mode:
authorMichael Bruning <michael.bruning@theqtcompany.com>2015-11-12 17:32:03 +0100
committerMichael Brüning <michael.bruning@theqtcompany.com>2015-11-16 16:13:46 +0000
commita3a82775eb0a8c02e58c0aabd5669fbc1867dcbb (patch)
treedc998b5b96baf37d8e03fdbc81fa78aaac7be416 /src/webengine
parenteb8eb72ec7e589eedd79143dc7c3fb241706f405 (diff)
Add deployment information to documentation.
It was previously unmentioned in the docs that the user needs to deploy QtWebEngineProcess. Change-Id: Iaff674036affc19f28a41273b4230d3dbeffe2b7 Task-number: QTBUG-44222 Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>
Diffstat (limited to 'src/webengine')
-rw-r--r--src/webengine/doc/src/qtwebengine-overview.qdoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/webengine/doc/src/qtwebengine-overview.qdoc b/src/webengine/doc/src/qtwebengine-overview.qdoc
index fa30892d3..7ab29e324 100644
--- a/src/webengine/doc/src/qtwebengine-overview.qdoc
+++ b/src/webengine/doc/src/qtwebengine-overview.qdoc
@@ -138,6 +138,18 @@
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 License Information
Qt WebEngine module is a snapshot of the integration of Chromium into Qt.