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. Qt Creator 5.2 Build error for x64 windows 7
Forum Updated to NodeBB v4.3 + New Features

Qt Creator 5.2 Build error for x64 windows 7

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 3 Posters 1.8k 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
    Jaley
    wrote on last edited by
    #1

    Despite efforts, I am not able to get any roadmap, to get 64 bit Qt Creator working in windows. I installed it's SDK, updated MingW, added path in environment variables, get the compiler's in screen too. But somehow it say's that it is unable to 'make' the project, is there some place where I can get some help? Do inform me, because it is urgent. I have Visual studio, 2008 and 2012.

    Error :-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.

    Error while building/deploying project hi1 (kit: Desktop Qt 5.2.0 MSVC2012 64bit)
    When executing step 'Make'

    I also added locations of make.exe, sh.exe, etc, but how should I get it working? Please help, I hv been trying it for past 3 day's, and it is pathetic that Qt doesn't provide better manual for installation

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You need to explain your setup a bit more. Have you installed a MinGW Qt package? If so, it will not work with MSVC: those 2 compilers are not compatible. You need to install Qt that matches your compiler.

      (Z(:^

      1 Reply Last reply
      0
      • J Offline
        J Offline
        Jaley
        wrote on last edited by
        #3

        Yes I have installed MinGW Qt package, and updated in Qt, by going in options and specifying path variable. . . but doesn't work

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          OK, once again: this kit Desktop Qt 5.2.0 MSVC2012 64bit will not work with MinGW package you have installed. Never. You can't fix this by using any configurations tricks: those compilers do not produce compatible binaries.

          Remove any MSVC kits you have, add MinGW kit, then remove .pro.user file from your project and open it again in Qt Creator. Then it should work.

          (Z(:^

          1 Reply Last reply
          0
          • J Offline
            J Offline
            Jaley
            wrote on last edited by
            #5

            thanks for that, will try your suggestion

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

              Also, remove Qt and MinGW from your PATH. Having them there increases the risk of wrong DLL linkage, especially if you have multiple versions installed.

              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