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. Adding a MSVC compiler to a kit (Qt Creator 4.2 on Win10)
QtWS25 Last Chance

Adding a MSVC compiler to a kit (Qt Creator 4.2 on Win10)

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qt creator 4.2msvc2015compilation
2 Posts 2 Posters 7.9k 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.
  • P Offline
    P Offline
    Pierrick Chandonnay
    wrote on last edited by
    #1

    Hello, I'm a new user of Qt Creator. All the topics I found online these past days didn't cover what seems to be a simple operation: adding a MSVC compiler to a MSVC Qt kit. I must use Qt WebEngine, so my current MinGW kit won't cut it. I have VS 2015 and the corresponding Qt kit ready but don't know which file to add to the kit.

    There's no option to add a MSVC compiler in Options>Build & Run>Compilers, so I guess I must use the Projects panel as well. If anyone know which file to link to, I'd be grateful.

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

      Hi and welcome to devnet,

      Qt Creator should auto detect the compiler for you. However what usually happens is that people install Visual Studio without checking the C++ option during installation thus they have a VS environment but nothing to build C++ code.

      You should first check that.

      Note that you also need to install the debugger separately. The one coming with VS is "internal" and cannot be used by other applications.

      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

      • Login

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