Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Where is the source code for all Qt?
Forum Updated to NodeBB v4.3 + New Features

Where is the source code for all Qt?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
6 Posts 2 Posters 1.3k Views 1 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.
  • J Offline
    J Offline
    jdent
    wrote on last edited by
    #1

    Hi,

    I have had some trouble with Qt SQL and was wanting to obtain all the source code to build Qt 5.5.1 from scratch

    But where?

    Thanks
    Juan

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jdent
      wrote on last edited by
      #2

      This is what I want to be able to do:
      //
      This overload is useful when you want to create a database connection with a driver you instantiated yourself. It might be your own database driver, or you might just need to instantiate one of the Qt drivers yourself. If you do this, it is recommended that you include the driver code in your application.
      //
      but I need the source code #include "qtdir/src/sql/drivers/psql/qsql_psql.cpp"

      1 Reply Last reply
      0
      • JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        You can find that file at http://code.qt.io/cgit/qt/qtbase.git/tree/src/sql/drivers/psql?h=5.5

        For what you want, you don't need to download the entire source code of Qt or rebuild Qt yourself. However, here are the links anyway:

        • Download standalone package: http://www.qt.io/download-open-source/ (click "Qt Offline Installers", and scroll down to "Source packages"), OR
        • Download from Git: https://wiki.qt.io/Building_Qt_5_from_Git

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        J 1 Reply Last reply
        0
        • J Offline
          J Offline
          jdent
          wrote on last edited by
          #4

          Thank you ... will try this

          Juan

          1 Reply Last reply
          0
          • JKSHJ JKSH

            You can find that file at http://code.qt.io/cgit/qt/qtbase.git/tree/src/sql/drivers/psql?h=5.5

            For what you want, you don't need to download the entire source code of Qt or rebuild Qt yourself. However, here are the links anyway:

            • Download standalone package: http://www.qt.io/download-open-source/ (click "Qt Offline Installers", and scroll down to "Source packages"), OR
            • Download from Git: https://wiki.qt.io/Building_Qt_5_from_Git
            J Offline
            J Offline
            jdent
            wrote on last edited by
            #5

            @JKSH One question: is there source code for Qt Creator and the other binaries? Where?

            JKSHJ 1 Reply Last reply
            0
            • J jdent

              @JKSH One question: is there source code for Qt Creator and the other binaries? Where?

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              @jdent said:

              @JKSH One question: is there source code for Qt Creator and the other binaries? Where?

              Yes. All of the Qt Project's source code can be found at http://code.qt.io/.

              The code for Qt Creator specifically is at http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              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