summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-02-11 15:49:03 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-02-12 08:45:46 +0100
commitd50d456e16516a2a63c594d1b01c0ac8e7fa3786 (patch)
tree7ffc56365ca94dd0a058ebba29a40fbb315d7159
parent7aa8db8ef4132a3d2099b63aa11212e9d64e0fe0 (diff)
Add a note about qmltooling plugins being required for QML debugging
Fixes: QTBUG-82039 Change-Id: Id9b232a6c1cf9f9ca76138703f7689c207813141 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--doc/src/qmlapp/debugging.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/qmlapp/debugging.qdoc b/doc/src/qmlapp/debugging.qdoc
index 404a5db32..c44fe5e14 100644
--- a/doc/src/qmlapp/debugging.qdoc
+++ b/doc/src/qmlapp/debugging.qdoc
@@ -176,6 +176,10 @@ QQmlImportDatabase::resolveType "Rectangle" = "QDeclarativeRectangle"
The \l{Qt QML} module provides services for debugging, inspecting, and profiling applications via a
TCP port or a local socket.
+\note The \c qmltooling plugins that are required for debugging and profiling
+QML applications on devices are automatically installed during Qt installation.
+They must be deployed to the devices for debugging and profiling to work.
+
\section2 Enabling the Infrastructure
When you compile your application, you must explicitly enable the debugging infrastructure. If you