Qt Source Code
-
What's the best place to find all the Qt source code? A quick google shows up:
https://github.com/qt
code.qt.io/
https://code.woboq.org/qt5/
Are they all the same?
Thanks for the help. -
There is another page the Qt archives. This should hold the official released source code AFAIK.
Git hub is when you like to have a pre-released version but should have also the official releases.Edit: corrected
-
Then you should clone from http://code.qt.io/cgit/qt/qt5.git/
And btw self reading helps: https://github.com/qt --> *** ATTENTION!!! THIS MIRROR IS STALE!!! *** Official mirror of the qt-project.org qt/ git repositories
-
You already got all the right answers:
code.qt.io is the official repository for all things code related
woboq's website is a nice and pretty up do date way to browse Qt's sources with metadata allowing you to have a good big picture view of things.
GitHub is just a mirror.