Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How do I get MSVC 2019 32-bit or 64 kit working?
Forum Updated to NodeBB v4.3 + New Features

How do I get MSVC 2019 32-bit or 64 kit working?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 3 Posters 2.2k 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.
  • N Offline
    N Offline
    Network
    wrote on last edited by
    #1

    I need to compile a specific project which requires MSVC 2019 32-bit or 64 not mingw. Does the free/community versions supports MSVC 2019 32-bit or 64? I tried to get the online installer from the community version but I only could get it with mingw. How do I get MSVC 2019? I've got Visual Studio 2019 installed and development tools but Qt still didn't recognize MSVC 2019 32-bit or 64 in the kits toolset.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      ADZol
      wrote on last edited by
      #2

      Greetings!
      My MSVC (32bit) compiler settings looks like this, you should set initialization path like this.

      Kit settings

      I hope that will work for you!

      1 Reply Last reply
      0
      • Chris KawaC Offline
        Chris KawaC Offline
        Chris Kawa
        Lifetime Qt Champion
        wrote on last edited by Chris Kawa
        #3

        Both open source and commercial versions of Qt support MSVC.
        VS installer has what is called workloads i.e. .net, desktop C++, UWP, android, azure etc. and I don't remember if that's still the case, but I think C++ was not selected by default. So although you have VS2019 installed you might actually not have C++ compiler installed. Open VS installer and check if you have desktop C++ development workload selected and install that if not.
        After that the C++ compiler should show up in your Qt Creator compilers tab and you can set up a Qt kit that uses it.

        1 Reply Last reply
        1

        • Login

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