aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-08-11 13:28:16 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-08-11 14:30:46 +0000
commit74091689293aef2b4b2672d26b67541efd8389c2 (patch)
tree0d6ec0c045b68ed2f3a3f9df726b8a9e49a20688
parentc9b6b5d4fda410932f96a1ae89505bf6d685f1d1 (diff)
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>
-rw-r--r--doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc8
1 files changed, 8 insertions, 0 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 495629ab899..2ce584a2e98 100644
--- a/doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc
+++ b/doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc
@@ -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.
*/