I need qt5.5 source code and I have seen this command:
git clone git://code.qt.io/qt/qt5.git
Does this gives qt 5.5 version or qt 5.6 alpha version?
Is there a way to specify the version?
I saw a command:
git clone https://github.com/qtproject/qt5.git --branch v5.3.1**
Can I use a similar command to get qt 5.5 version?