Qt Source Code
-
wrote on 21 Aug 2018, 19:34 last edited by
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. -
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.wrote on 21 Aug 2018, 19:47 last edited by koahnigThere 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
-
wrote on 21 Aug 2018, 19:51 last edited by
I forgot to mention I'm interested in reading the actual source to figure out how some things work.
-
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. -
wrote on 24 Aug 2018, 21:01 last edited by
Thanks dude.
1/7