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,