mirror of https://github.com/qt/qtdoc.git
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:
parent
7aa8db8ef4
commit
d50d456e16
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue