From 902a1206dda91d9d9db445b172e00d86fe903e7a Mon Sep 17 00:00:00 2001 From: Mats Honkamaa Date: Mon, 4 Sep 2023 12:44:32 +0300 Subject: [PATCH] Doc: Add note about Qt Quick Studio Modules Task-number: QDS-9586 Change-Id: I0550a3ebcfc7bab6c00bc8ada3497c4d6f880030 Reviewed-by: Thomas Hartmann Reviewed-by: Leena Miettinen --- doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc b/doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc index 158aac049cb..60b742e92da 100644 --- a/doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc @@ -119,6 +119,9 @@ name of the main QML file in the Qt Quick UI project. \li Select \uicontrol Build > \uicontrol Run to build and run your project. + + \note If you get error messages related to modules, perfom the steps + described in \l{Adding Qt Quick Designer Components to Qt Installations}. \endlist For example, if you copy the source files of the \e ProgressBar