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>
This commit is contained in:
Leena Miettinen 2020-02-11 15:49:03 +01:00
parent 7aa8db8ef4
commit d50d456e16
1 changed files with 4 additions and 0 deletions

View File

@ -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