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 Creator IDE: how to download x64 version?
Qt 6.11 is out! See what's new in the release blog

Qt Creator IDE: how to download x64 version?

Scheduled Pinned Locked Moved Solved General and Desktop
16 Posts 9 Posters 6.4k Views 5 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.
  • F fem_dev

    @jksh perfect answer! Thank you!

    aha_1980A Offline
    aha_1980A Offline
    aha_1980
    Lifetime Qt Champion
    wrote on last edited by
    #4

    Hi @fem_dev,

    FYI: There are x64 builds, but standalone: https://download.qt.io/official_releases/qtcreator/4.10/4.10.0

    No idea why they are not integrated in the online installer.

    Regards

    Qt has to stay free or it will die.

    JKSHJ F 2 Replies Last reply
    4
    • aha_1980A aha_1980

      Hi @fem_dev,

      FYI: There are x64 builds, but standalone: https://download.qt.io/official_releases/qtcreator/4.10/4.10.0

      No idea why they are not integrated in the online installer.

      Regards

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

      @aha_1980 said in Qt Creator IDE: how to download x64 version?:

      FYI: There are x64 builds, but standalone: https://download.qt.io/official_releases/qtcreator/4.10/4.10.0

      Huh, TIL!

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

      1 Reply Last reply
      0
      • aha_1980A aha_1980

        Hi @fem_dev,

        FYI: There are x64 builds, but standalone: https://download.qt.io/official_releases/qtcreator/4.10/4.10.0

        No idea why they are not integrated in the online installer.

        Regards

        F Offline
        F Offline
        fem_dev
        wrote on last edited by
        #6

        @aha_1980 To use the x64 version I uninstalled my Qt Creator 4.10 (32 bits), downloaded and installed the x64 version.

        But this x64 setup not install qmake and it has only 600MB...
        During the install process I don't see any options to install "ARM" or "Android" packages too...

        Its right?

        JKSHJ W 2 Replies Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #7

          Yes it is. As @aha_1980 mentioned, it's a standalone Qt Creator installer.

          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
          • F fem_dev

            @aha_1980 To use the x64 version I uninstalled my Qt Creator 4.10 (32 bits), downloaded and installed the x64 version.

            But this x64 setup not install qmake and it has only 600MB...
            During the install process I don't see any options to install "ARM" or "Android" packages too...

            Its right?

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

            @fem_dev said in Qt Creator IDE: how to download x64 version?:

            I uninstalled my Qt Creator 4.10 (32 bits)

            You can't do that, unfortunately.

            With the official Qt installer, you must to install the 32-bit IDE together with the libraries.

            The IDE is not the library.

            During the install process I don't see any options to install "ARM" or "Android" packages too...

            These are all libraries.

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

            1 Reply Last reply
            4
            • F fem_dev

              @aha_1980 To use the x64 version I uninstalled my Qt Creator 4.10 (32 bits), downloaded and installed the x64 version.

              But this x64 setup not install qmake and it has only 600MB...
              During the install process I don't see any options to install "ARM" or "Android" packages too...

              Its right?

              W Offline
              W Offline
              wrosecrans
              wrote on last edited by
              #9

              @fem_dev said in Qt Creator IDE: how to download x64 version?:

              @aha_1980 To use the x64 version I uninstalled my Qt Creator 4.10 (32 bits), downloaded and installed the x64 version.

              What problem are you actually trying to solve? Why is it so important to you to have an x64 copy of Qt Creator, and to remove the 32 bit version?

              Qt Creator is just a glorified text editor. Having a 32 bit IDE doesn't effect your ability to build 64 bit apps with it. It will happily run whatever compilers you have installed, regardless of how it was built. It sounds like you are putting in a lot of work trying to fix something that wasn't broken.

              F 1 Reply Last reply
              5
              • W wrosecrans

                @fem_dev said in Qt Creator IDE: how to download x64 version?:

                @aha_1980 To use the x64 version I uninstalled my Qt Creator 4.10 (32 bits), downloaded and installed the x64 version.

                What problem are you actually trying to solve? Why is it so important to you to have an x64 copy of Qt Creator, and to remove the 32 bit version?

                Qt Creator is just a glorified text editor. Having a 32 bit IDE doesn't effect your ability to build 64 bit apps with it. It will happily run whatever compilers you have installed, regardless of how it was built. It sounds like you are putting in a lot of work trying to fix something that wasn't broken.

                F Offline
                F Offline
                fem_dev
                wrote on last edited by
                #10

                @wrosecrans thank you! You are 100% right!

                1 Reply Last reply
                1
                • G Offline
                  G Offline
                  gnarl
                  wrote on last edited by
                  #11

                  Why use the x64 build of Qt Creator you ask? I can answer that base on my experience, working on a faily large QML / C++ mixed project. The 32-bit version that comes with the online installer crashes at least once a day on me due to running out of user space memory. It is not even built with /largeaddressaware, so it will start to fail at around 1.2GB of RAM usage.
                  Some would argue that such a "glorified text editor" is using too much RAM then. Well, it is obviously more than just a notepad, and also, I don't care. I would argue that a stable IDE & Debugger that is capable of using available system resources when required is more important than some outdated notion about what you should and should not need.
                  Anyway, thanks for the download link. That was exactly what I was looking for.

                  mrjjM 1 Reply Last reply
                  2
                  • G gnarl

                    Why use the x64 build of Qt Creator you ask? I can answer that base on my experience, working on a faily large QML / C++ mixed project. The 32-bit version that comes with the online installer crashes at least once a day on me due to running out of user space memory. It is not even built with /largeaddressaware, so it will start to fail at around 1.2GB of RAM usage.
                    Some would argue that such a "glorified text editor" is using too much RAM then. Well, it is obviously more than just a notepad, and also, I don't care. I would argue that a stable IDE & Debugger that is capable of using available system resources when required is more important than some outdated notion about what you should and should not need.
                    Anyway, thanks for the download link. That was exactly what I was looking for.

                    mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #12

                    @gnarl
                    Hi
                    Did you notice any speed improvements?
                    I know its not a given thing but just wondered.

                    G 1 Reply Last reply
                    0
                    • hskoglundH Offline
                      hskoglundH Offline
                      hskoglund
                      wrote on last edited by
                      #13

                      Just a note re. Visual Studio: MSVC2019, 2017, 2015 and the upcoming 2021 version all are 32-bit only.

                      1 Reply Last reply
                      2
                      • mrjjM mrjj

                        @gnarl
                        Hi
                        Did you notice any speed improvements?
                        I know its not a given thing but just wondered.

                        G Offline
                        G Offline
                        gnarl
                        wrote on last edited by
                        #14

                        @mrjj
                        I haven't been using it long enough to comment on performance, other than that it hasn't crashed once today, which is already a win.
                        My hope would be that the frequent slowdowns during debugging are a thing of the past, but I have no reason to assume that switching to x64 will magically do anything for that. Sometimes it gets to the point where I´m forced to switch to MSVC2019 temporarily, for stepping through code, without proper Qt types support, just to be able to use it. I mean, both IDEs are using the same compiler & debugger, obviously, but the performance of the interface in Visual Studio has always been vastly superior to QtCreator in that respect. We'll see ...

                        @hskoglund
                        Interesting, and explained in this MS article. If it can handle large projects regardless, that's totally reasonable.

                        1 Reply Last reply
                        0
                        • fcarneyF Offline
                          fcarneyF Offline
                          fcarney
                          wrote on last edited by fcarney
                          #15

                          Interesting. In Windows 10 my qt creator consumes 300MB of ram. In Linux it consumes 1.2GB ram plus 3.5GB virt memory. Not sure how much virtual it consumes in Windows though. Didn't think it would be that high.
                          Edit: Windows 10 is 32 bit, Linux is 64 bit.

                          C++ is a perfectly valid school of magic.

                          G 1 Reply Last reply
                          0
                          • fcarneyF fcarney

                            Interesting. In Windows 10 my qt creator consumes 300MB of ram. In Linux it consumes 1.2GB ram plus 3.5GB virt memory. Not sure how much virtual it consumes in Windows though. Didn't think it would be that high.
                            Edit: Windows 10 is 32 bit, Linux is 64 bit.

                            G Offline
                            G Offline
                            gnarl
                            wrote on last edited by
                            #16
                            This post is deleted!
                            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