From 74091689293aef2b4b2672d26b67541efd8389c2 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 11 Aug 2021 13:28:16 +0200 Subject: [PATCH] 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 --- .../src/qtquick/qtquick-from-qmlproject-to-pro.qdoc | 8 ++++++++ 1 file changed, 8 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 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. */