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 <thomas.hartmann@qt.io>
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
This commit is contained in:
Leena Miettinen
2021-05-20 18:37:53 +02:00
parent d3e2ae35cb
commit 3f31cd654d

View File

@@ -66,14 +66,18 @@
Then you can use the \l QQuickView class in the main C++ source file to Then you can use the \l QQuickView class in the main C++ source file to
show the main QML file when the application starts. show the main QML file when the application starts.
The \e {Qt Quick Designer Components} module is delivered with \QDS. If you The \e {Qt Quick Designer Components} module is delivered with the
use Studio Components or Effects in your project, you have to build the standalone \QDS installation. If you use Qt Quick Studio Components
module and install it to your Qt to be able to build your project. 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, The \l{Qt Quick Timeline} module is delivered with the standalone \QDS
and later. If you use a timeline in a \QDS project that you import to \QC, installation package and with Qt 5.14, and later. If you install \QDS
and your Qt is older than 5.14, you must build the Qt Quick Timeline module using the Qt Installation Tool or use \QC, remember to also select the
and install it to your Qt to be able to build your project. 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 \section1 Converting Projects
@@ -134,8 +138,8 @@
\section1 Adding Qt Quick Designer Components to Qt Installations \section1 Adding Qt Quick Designer Components to Qt Installations
If you use Studio Components or Effects in your project, you have to If you use Qt Quick Studio Components or Effects in your project, you have
check out and install the \e {Qt Quick Designer Components} module from 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} \l{https://codereview.qt-project.org/admin/repos/qt-labs/qtquickdesigner-components}
{Qt Code Review}. {Qt Code Review}.