Unable to get QT 5.9 from github.com
-
I am not sure that it is a prober forum to ask questions about building QT from sources, but I did not find a better one.
When I get QT sources from github.com with the following command:
git clone --recursive https://github.com/qtproject/qt5.git --branch 5.9
it asks the login and password for two modules, including qtnetworkauth.
If I am attempting to get a separate repository with the following command:
git clone https://github.com/qtproject/qtnetworkauth.git
it also asks the login and password.
Are these modules private or there is some kind of a mistake? It did not ask password for branch 5.1, for example. Probably there is a better place where can I get QT sources? -
Hi
The maintenance tool can download source.
but little help if you have no qt already :) -
You can use the main repo directly: http://code.qt.io/cgit/qt/qt5.git/ (links to clone at the bottom of the page).