summaryrefslogtreecommitdiffstats
path: root/doc/src/qmlapp/debugging.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qmlapp/debugging.qdoc')
-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