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 MinGW 64 bit

Qt MinGW 64 bit

Scheduled Pinned Locked Moved Solved General and Desktop
9 Posts 3 Posters 3.1k 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.
  • A Offline
    A Offline
    alecs26
    wrote on last edited by
    #1

    Hello,

    I am trying to build a 64 bit program on Windows 10. However, when I download Qt, the only option I have for MinGW is 32 bits. My understanding is that the officially Qt only supports MinGW 32 bits. From what I read on forums, it is possible to use MinGW 64 bits. However, the posts I read were from a long time ago. I would like to know what is the best solution and if there is potential problems using MinGW 64 bits since it is not in the official Qt release.

    Thank you very much for your help,

    Alex

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

      Hi,

      You may find this wiki entry interesting.

      AFAIK, no special problems should be expected.

      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
      0
      • A Offline
        A Offline
        alecs26
        wrote on last edited by
        #3

        @SGaist Thank you for the information !
        It seems a bit difficult for my level of expertise. Do you think it may be integrated directly in Qt in the future ?

        Thank you,

        Alex

        jsulmJ 1 Reply Last reply
        0
        • A alecs26

          @SGaist Thank you for the information !
          It seems a bit difficult for my level of expertise. Do you think it may be integrated directly in Qt in the future ?

          Thank you,

          Alex

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @alecs26 Do you really need to build your program for x86_64?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

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

            There was a talk about it on this thread of the development mailing list.

            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
            0
            • A Offline
              A Offline
              alecs26
              wrote on last edited by
              #6

              Thanks !!

              1 Reply Last reply
              0
              • A Offline
                A Offline
                alecs26
                wrote on last edited by
                #7

                @jsulm That is a good question. I want my program to work on computers in general (Windows for now).

                I don't need to use 64 bits, it works well with 32 bits. At first, I thought compiling my program in 32 bits so it would work both on 32 bits and 64 bits computers. However, a friend of mine told me 64 bits computers are mostly everywhere now so I should consider 64 bits directly. Also, he told me that in the future, 32 bits may not be supported by new computers. I want my program to last through time so I thought I would do it right now in 64 bits.

                I am far from an expert in this, what do you think ?

                Thanks,

                Alex

                jsulmJ 1 Reply Last reply
                0
                • A alecs26

                  @jsulm That is a good question. I want my program to work on computers in general (Windows for now).

                  I don't need to use 64 bits, it works well with 32 bits. At first, I thought compiling my program in 32 bits so it would work both on 32 bits and 64 bits computers. However, a friend of mine told me 64 bits computers are mostly everywhere now so I should consider 64 bits directly. Also, he told me that in the future, 32 bits may not be supported by new computers. I want my program to last through time so I thought I would do it right now in 64 bits.

                  I am far from an expert in this, what do you think ?

                  Thanks,

                  Alex

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @alecs26 Well 32bit will be supported in the next decades for sure.
                  The problem is: there are no Qt binaries built with MinGW64. If you want to use MinGW64 then you need to build Qt by yourself.
                  As alternative I can suggest to use Visual Studio. You can get it for free (even for commercial usage in small companies): VS2015 Community edition. Then just install Qt for VS2015 64bit. You can use QtCreator with Microsoft compiler.

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  2
                  • A Offline
                    A Offline
                    alecs26
                    wrote on last edited by
                    #9

                    @jsulm Perfect, thanks !!
                    I will stick with MinGW 32 bits.

                    Thanks all for you help !

                    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