From d50d456e16516a2a63c594d1b01c0ac8e7fa3786 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 11 Feb 2020 15:49:03 +0100 Subject: Add a note about qmltooling plugins being required for QML debugging Fixes: QTBUG-82039 Change-Id: Id9b232a6c1cf9f9ca76138703f7689c207813141 Reviewed-by: Ulf Hermann --- doc/src/qmlapp/debugging.qdoc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3