Doc: Describe checking out an appropriate qtquicktimeline branch or tag

The instructions are for using qmake, but qmake configuration files were
removed from the 6.1 branch.

Fixes: QDS-4722
Change-Id: I525c5042396576029d575c767dcaa37333b809f5
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Leena Miettinen
2021-08-11 13:28:16 +02:00
parent c9b6b5d4fd
commit 7409168929

View File

@@ -175,6 +175,14 @@
git clone "https://codereview.qt-project.org/qt/qtquicktimeline"
\endcode
To use qmake, you need to check out a branch or tag that contains the
qmake configuration files.
For example:
\badcode
git checkout v5.15.2
\endcode
Then build the module and add it to your Qt as described in the previous
section.
*/