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. Fresh install of SDK 5.2.1 msvc 2010 - no compiler found

Fresh install of SDK 5.2.1 msvc 2010 - no compiler found

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

    I have been using the 5.x.x Qt SDKs for a while, with no issues, but always using the MinGW compiler that comes with Qt.

    I have a particular need to use msvc 2010 compiler, so I downloaded the Qt 5.2.1 SDK with msvc 2010. But when I compile my project I get the warning "Qt needs a compiler to be setup".

    So, does that mean that the msvc 2010 comiler does not actually come with the Qt SDK msvc 2010?
    If not, where can I get this compiler? - I have searched the forums for msvc 2010, there are many question about it, but I did not find one (though may have missed it) that explains how you get the msvc 2010 compiler.

    Thanks

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

      Qt Project cannot ship any MSVC compilers due to licensing issues. MinGW is different, because it is Free Software.

      You need to get MSVC 2010 compiler yourself. It is shipped with MS Windows 7.1 SDK, or you can get it by installing MS Visual Studio 2010.

      (Z(:^

      1 Reply Last reply
      0
      • C Offline
        C Offline
        code_fodder
        wrote on last edited by
        #3

        Sorry about the slow reply, I spent all the rest of the day trying to get around our IT policies... and then the installer did not work. So I trawled the internet for answers and found the following important issue (noting it here in-case others search this post):

        MS Windows 7.1 SDK installer will not work if you have msvc redist version higher then 10.0.3019. You get the following error:

        bq.
        Mircosoft Windows SDK for Windows 7 Product has reported the following error: Please refer to SAMPLES\SETUP\HTML\ConfigDetails.htm document for further information

        The only solution I found was to uninstall this (you can re-install it later I guess, but I did not bother). Once you do this the installer works fine.

        Anyway, once I got it installed, it all worked perfectly!, thanks very much, this was the information I was missing : )

        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