From 5997f9754d8d34aff16b8aeacb5fec191c904301 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 11 Feb 2020 14:52:52 +0100 Subject: [PATCH] Doc: Add a note that qmltooling plugins are required for QML debugging Task-number: QTBUG-82039 Change-Id: I042b8212e3571b806e9a35b12fa83cc84006b2e6 Reviewed-by: Ulf Hermann --- doc/qtcreator/src/debugger/qtquick-debugging.qdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc index e237d4ad4a2..b94016359b5 100644 --- a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc +++ b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2018 The Qt Company Ltd. +** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -89,6 +89,10 @@ \endlist + \note The \c qmltooling plugins that are required for debugging are + automatically installed during \QC and Qt installation. Do not delete + them if you plan to debug QML applications. + \section1 Mixed C++/QML Debugging To debug both the C++ and QML parts of your application at the same time,