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. Error in installing Qt 5.1.0 Windows 64-bit (VS 2012) SDK

Error in installing Qt 5.1.0 Windows 64-bit (VS 2012) SDK

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 2 Posters 2.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.
  • A Offline
    A Offline
    aashish.lg
    wrote on last edited by
    #1

    I am installing Qt 5.1.0 for Windows 64-bit (VS 2012, 525 MB)"" from "http://qt-project.org/downloads".
    My machine is windows 7 32 bit which already has VS2012 installed in that.
    But I am getting an error of qmake and qmake.conf while installing this SDK.
    And if I ignore these errors then I am not able to associate any qt version to my visual studio plugin.

    Can we not install Qt 5.1.0 windows 64 bit sdk to 32 bit windows machine.
    I just wanted to compile my project in windows 32 bit machine by setting target type as X64 bit in visual studio settings.

    Any help will be greatly appriciated.

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

      Hi,

      No you can't do it like that, the binaries of the SDK are built to run on a 64bit Windows which means they can't run on a 32bit Windows.

      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
        aashish.lg
        wrote on last edited by
        #3

        Thanks for your reply , but I just wanted to compile my project on 32bit machine. I don't wanted to run it there.

        Please help is it possible to install it on 32 bit machine ?

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

          That's not the problem here, the content of the sdk is fully 64bit so all the tools needed (qmake and its friends) are also 64bit so they wont run.

          You might have to cross-compile Qt but I have no experience in the field of 32 to 64 bit compilation on windows, only the other way around. You might want to ask that on the mailing list because it's a rarely seen scenario.

          One last thing, how would you test that your application is correctly running in 64 bit ?

          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
            aashish.lg
            wrote on last edited by
            #5

            Thanks for the detail information.
            I would probably compile my app in 64 bit machine now.

            To answer your question to test my app, I would have tested the functionality of my app, if it works as per expected , then it should be fine.

            We can change the target machine type setting in the Visual Studio,
            so that it will compile the app for that specific platform.

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

              Then I would recommend that you do the development directly on the 64 bit machine, it will allow you to test both architectures

              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

              • Login

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