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. No compiler can produce code for this Qt version

No compiler can produce code for this Qt version

Scheduled Pinned Locked Moved Solved Installation and Deployment
6 Posts 2 Posters 4.7k 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.
  • C Offline
    C Offline
    CBenussi
    wrote on last edited by
    #1

    I have installed Qt 5.7 in my Windows 7 platform (I have a 64-bit platform but I want to install a 32 bit version of Qt for interfacing with some 32-bit dll), and downloaded MinGW as weel.When I try to set up a kit for developing a Qt application, I find "no compiler can produce code for this version of Qt.

    My available compilers are:

    • Microsoft Visual C++ compiler 14.0 (x86).
    • MinGW (x86 32 bit and 64 bit).
    • Microsoft Windows SDK for Windows 7 (x86).

    Can anybody help me? Thanks in advance

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

      Hi and welcome to devnet,

      Which exact version of Qt did you download and install ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      C 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Which exact version of Qt did you download and install ?

        C Offline
        C Offline
        CBenussi
        wrote on last edited by
        #3

        @SGaist Hi, I have installed 5.7.0 for Windows 32 bit (offline installer: http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-windows-x86-msvc2015-5.7.0.exe.mirrorlist). The problem is that although I installed MinGW 32 bit it still does not recognize any compiler.

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

          You installed Qt for Visual Studio 2015.

          If you want to use MinGW, the download the Qt MinGW package. This package comes with the compiler included so no need to download it from somewhere else.

          On Windows, you can't mix and match compilers like that. Visual Studio compilers are not compatible one with the other nor MinGW.

          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
          1
          • C Offline
            C Offline
            CBenussi
            wrote on last edited by
            #5

            Thanks, a lot! It worked

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

              You're welcome !

              Since you have it working now please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)

              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