From 3f31cd654dbe22be0b06c00911fd83604f53ea04 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 20 May 2021 18:37:53 +0200 Subject: [PATCH] Doc: Make it clearer that Qt Quick Timeline module must be installed If you want to use Timeline view in Qt Creator or if you installed Qt Design Studio using the Qt Installation Tool. Change-Id: I33c0f3709fc8f3b37c9630e0030b8a64ffa2093f Reviewed-by: Thomas Hartmann Reviewed-by: Johanna Vanhatapio --- .../qtquick-from-qmlproject-to-pro.qdoc | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) 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 7695af29e01..089f9fd7ea9 100644 --- a/doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc @@ -66,14 +66,18 @@ Then you can use the \l QQuickView class in the main C++ source file to show the main QML file when the application starts. - The \e {Qt Quick Designer Components} module is delivered with \QDS. If you - use Studio Components or Effects in your project, you have to build the - module and install it to your Qt to be able to build your project. + The \e {Qt Quick Designer Components} module is delivered with the + standalone \QDS installation. If you use Qt Quick Studio Components + or Effects from the module in a project that you want to edit in \QC, + you have to build the module and install it to your Qt to be able to + build your project. - The \l{Qt Quick Timeline} module is delivered with \QDS and with Qt 5.14, - and later. If you use a timeline in a \QDS project that you import to \QC, - and your Qt is older than 5.14, you must build the Qt Quick Timeline module - and install it to your Qt to be able to build your project. + The \l{Qt Quick Timeline} module is delivered with the standalone \QDS + installation package and with Qt 5.14, and later. If you install \QDS + using the Qt Installation Tool or use \QC, remember to also select the + Qt Quick Timeline module for installation. If your Qt is older than 5.14, + you must build the Qt Quick Timeline module and install it to your Qt to + be able to build your project. \section1 Converting Projects @@ -134,8 +138,8 @@ \section1 Adding Qt Quick Designer Components to Qt Installations - If you use Studio Components or Effects in your project, you have to - check out and install the \e {Qt Quick Designer Components} module from + If you use Qt Quick Studio Components or Effects in your project, you have + to check out and install the \e {Qt Quick Designer Components} module from \l{https://codereview.qt-project.org/admin/repos/qt-labs/qtquickdesigner-components} {Qt Code Review}.