Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED] Setting up Visual Studio compiler with qt
QtWS25 Last Chance

[SOLVED] Setting up Visual Studio compiler with qt

Scheduled Pinned Locked Moved General and Desktop
visual studiodebugcompilecompilerdebuggervisual c++
4 Posts 3 Posters 5.1k 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.
  • D Offline
    D Offline
    danieldil
    wrote on last edited by danieldil
    #1

    I am trying to set up the MSVC compiler. It was installed with QT. I went to
    options->build&run->kits and it has no debugger specified. Where is the debugger file from microsoft visual studio so I can assign it as the debugger for this. I looked in the files and couldn't find it. I connected it with the MINGW debugger and when i run that it says

    'cl' is not recognized as an internal or external command,
    operable program or batch file.
    jom: C:\Users\Daniel\Documents\build-untitled3-Desktop_Qt_5_4_2_MSVC2013_32bit-Debug\Makefile.Debug [debug\main.obj] Error 1
    jom: C:\Users\Daniel\Documents\build-untitled3-Desktop_Qt_5_4_2_MSVC2013_32bit-Debug\Makefile [debug] Error 2
    01:31:05: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.
    Error while building/deploying project untitled3 (kit: Desktop Qt 5.4.2 MSVC2013 32bit)
    When executing step "Make"

    Can anyone help?

    1 Reply Last reply
    0
    • TheBadgerT Offline
      TheBadgerT Offline
      TheBadger
      wrote on last edited by TheBadger
      #2

      Hi @danieldil ,

      Download and install the WinDbg package from Microsoft from: https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx

      You can either install "WDK 8.1" or "Standalone Debugging Tools for Windows "

      I do not really know why these tools are not an optional install step along with the Visual Studio (express) tools, perhaps I am missing something.

      Regards,


      Check out my SpellChecker Plugin for Qt Creator @ https://github.com/CJCombrink/SpellChecker-Plugin

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

        Hi,

        Did you install Visual Studio 2013 prior to installing Qt ?

        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
        • TheBadgerT TheBadger

          Hi @danieldil ,

          Download and install the WinDbg package from Microsoft from: https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx

          You can either install "WDK 8.1" or "Standalone Debugging Tools for Windows "

          I do not really know why these tools are not an optional install step along with the Visual Studio (express) tools, perhaps I am missing something.

          Regards,

          D Offline
          D Offline
          danieldil
          wrote on last edited by
          #4

          @TheBadger Thank you that was the right link.

          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