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. Building Qt from Sources using QtCreator
Forum Update on Monday, May 27th 2025

Building Qt from Sources using QtCreator

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 4 Posters 1.8k Views
  • 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.
  • T Offline
    T Offline
    THE_MASTER
    wrote on last edited by THE_MASTER
    #1

    Hi! I downloaded the source code for Qt 5.8 Alpha, if I open main project file qt.pro in QtCreator and simply click on the F7, that would build, I will gather all the correct Qt build in the maximum configuration?
    P.S.: i don't understand, how to build from command prompt :-)

    K 1 Reply Last reply
    0
    • T THE_MASTER

      Hi! I downloaded the source code for Qt 5.8 Alpha, if I open main project file qt.pro in QtCreator and simply click on the F7, that would build, I will gather all the correct Qt build in the maximum configuration?
      P.S.: i don't understand, how to build from command prompt :-)

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

      @THE_MASTER

      Did you check out the documentation for building from source for your OS?
      This should explain the build from command prompt. ;)

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

      T 1 Reply Last reply
      0
      • K koahnig

        @THE_MASTER

        Did you check out the documentation for building from source for your OS?
        This should explain the build from command prompt. ;)

        T Offline
        T Offline
        THE_MASTER
        wrote on last edited by
        #3

        @koahnig said in Building Qt from Sources using QtCreator:

        This should explain the build from command prompt. ;)

        I did, but i wanna build from QtCreator :-) If i will build from QtCreator, this will be normal build ? :-)

        K 1 Reply Last reply
        0
        • T THE_MASTER

          @koahnig said in Building Qt from Sources using QtCreator:

          This should explain the build from command prompt. ;)

          I did, but i wanna build from QtCreator :-) If i will build from QtCreator, this will be normal build ? :-)

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

          @THE_MASTER
          I have not done this yet. However, it should be the default as with the config tools and no changes. Anything else would make no sense.

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

          raven-worxR 1 Reply Last reply
          0
          • K koahnig

            @THE_MASTER
            I have not done this yet. However, it should be the default as with the config tools and no changes. Anything else would make no sense.

            raven-worxR Offline
            raven-worxR Offline
            raven-worx
            Moderators
            wrote on last edited by
            #5

            @koahnig
            i experienced myself that QtCreator doesn't follow all variables specified in the .pro file. At least i noticed it with the output path for example. This is overwritten with the one set in the QtCreator settings.

            --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
            If you have a question please use the forum so others can benefit from the solution in the future

            K T 2 Replies Last reply
            2
            • raven-worxR raven-worx

              @koahnig
              i experienced myself that QtCreator doesn't follow all variables specified in the .pro file. At least i noticed it with the output path for example. This is overwritten with the one set in the QtCreator settings.

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

              @raven-worx

              OK, thanks for note.

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

              1 Reply Last reply
              1
              • raven-worxR raven-worx

                @koahnig
                i experienced myself that QtCreator doesn't follow all variables specified in the .pro file. At least i noticed it with the output path for example. This is overwritten with the one set in the QtCreator settings.

                T Offline
                T Offline
                THE_MASTER
                wrote on last edited by
                #7

                @raven-worx said in Building Qt from Sources using QtCreator:

                i experienced myself that QtCreator doesn't follow all variables specified in the .pro file

                So, what do you mean? Build Qt sources with QtCreator - bad idea? So sad...because it's so easy (using QtCreator without command prompt)

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

                  Hi,

                  You can't avoid the command line. There's the configure part that is mandatory that will build qmake and then the rest will be done.

                  Also, it's not a good idea to open the whole Qt project sources in Qt Creator like that. You'll be trying to load several tens of thousands files.

                  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
                  2

                  • Login

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