From 16b504254e70ca77661deb4f65f9c0ceba73375e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 30 May 2022 17:11:03 +0200 Subject: [PATCH] Update README.git to mention Qt 6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic5e05251bc2b4c2422f8ef6d98fb48867b1991b5 Reviewed-by: Jörg Bornemann Reviewed-by: Nicholas Bennett --- README.git | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.git b/README.git index 201612be..3bed88d9 100644 --- a/README.git +++ b/README.git @@ -1,17 +1,19 @@ -OBTAINING QT5 FROM GIT -====================== +OBTAINING QT 6 FROM GIT +======================= Synopsis ======== - For a more in-depth description on how to build Qt5 from git, - please see: http://wiki.qt.io/Building_Qt_5_from_Git + For a more in-depth description on how to build Qt 6 from git, + please see: http://wiki.qt.io/Building_Qt_6_from_Git + Note that, although the git module is called qt5.git, the dev and 6.x branches + do contain Qt 6! Get The Submodules ================== - Cloning Qt5 does not automatically clone all submodules. + Cloning qt5.git does not automatically clone all submodules. To get the submodules, it is recommended to use the `init-repository' script. ./init-repository @@ -49,7 +51,7 @@ OBTAINING QT5 FROM GIT Developing and Contributing to Qt - ================================ + ================================= For more information on how to develop and contribute to Qt, please see: http://wiki.qt.io/Category:Developing_Qt