summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2023-08-30 14:55:57 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-10-30 11:47:13 +0000
commit79608ad27b0a79b36377cd118ff31654b84e2f98 (patch)
tree4a06770cca93830a9e64c4b2fa77c865c8a00557
parentfa62a53a6c6e084a5d66aa81feeee02769c64f70 (diff)
Mention the need to use entitlements for QtWebEngineProcess on macOS
It was not listed among the steps and some users deploying manually had some trouble with it. Pick-to: 6.5 Task-number: QTBUG-116565 Change-Id: I7488b00c53d13f142d62869ea52376f5283df47a Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit ea52b98ec79576ed875a095790043844869e8865) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/doc/src/qtwebengine-deploying.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/doc/src/qtwebengine-deploying.qdoc b/src/core/doc/src/qtwebengine-deploying.qdoc
index 035800d9d..d75f8572e 100644
--- a/src/core/doc/src/qtwebengine-deploying.qdoc
+++ b/src/core/doc/src/qtwebengine-deploying.qdoc
@@ -141,6 +141,10 @@
\section2 \macos Specific Deployment Steps
+ To deploy a \QWE application on \maocs, you will need to ensure that the \QWE process is signed
+ with an entitlements file that at least contains the entitlements listed in
+ QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/Resources/QtWebEngineProcess.entitlements.
+
To deploy a \QWE application that accesses the microphone or camera
on \macos, you will need to provide texts for the messages that will be shown to the user to
explain why the application asks for permission to access to the camera or microphone.