Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Source Code
Qt 6.11 is out! See what's new in the release blog

Qt Source Code

Scheduled Pinned Locked Moved Solved General and Desktop
7 Posts 4 Posters 1.9k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Crag_Hack
    wrote on last edited by
    #1

    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.

    K 1 Reply Last reply
    0
    • C Crag_Hack

      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.

      K Offline
      K Offline
      koahnig
      wrote on last edited by koahnig
      #2

      @Crag_Hack

      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

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Crag_Hack
        wrote on last edited by
        #3

        I forgot to mention I'm interested in reading the actual source to figure out how some things work.

        1 Reply Last reply
        0
        • Christian EhrlicherC Online
          Christian EhrlicherC Online
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on last edited by
          #4

          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

          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
          Visit the Qt Academy at https://academy.qt.io/catalog

          1 Reply Last reply
          5
          • C Offline
            C Offline
            Crag_Hack
            wrote on last edited by
            #5

            @SGaist This means you! :) Ha. Please share your knowledge.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              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.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1
              • C Offline
                C Offline
                Crag_Hack
                wrote on last edited by
                #7

                Thanks dude.

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved