Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Error while building/deploying project (kit: Desktop Qt 5.8.0 MSVC2015 32bit) When executing step "qmake"

    General and Desktop
    2
    6
    3687
    Loading More Posts
    • 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.
    • M
      mohammed yasein last edited by

      Hey all i have some problem wit qt development

      First probelm is when i debug or build the project i get this message error

      Error while building/deploying project untitled2 (kit: Desktop Qt 5.8.0 MSVC2015 32bit)
      When executing step "qmake"

      and the
      Second prolem is:
      when i run
      C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\cdb.exe
      Or
      C:\Program Files (x86)\Windows Kits\10\Debuggers\x46\cdb.exe
      I get this error
      Failed to open \.\com1
      Kernel debugger failed initialization, Wi
      "The system cannot find the file spec
      Debuggee initialization failed, Win32 err
      The system cannot find the file specified

      pleas help me and thanks

      mrjj 1 Reply Last reply Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion @mohammed yasein last edited by

        @mohammed-yasein

        Hi
        Did you also installed MSVC2015 from microsoft site?
        and the stand alone debugger?

        Its not include in the Qt download. Only mingw Qt has compiler with.

        1 Reply Last reply Reply Quote 0
        • M
          mohammed yasein last edited by

          thanks for helping how can i solve this problem

          mrjj 1 Reply Last reply Reply Quote 0
          • mrjj
            mrjj Lifetime Qt Champion @mohammed yasein last edited by

            @mohammed-yasein

            I would suggest simply to use the mingw compiler instead

            https://download.qt.io/archive/qt/5.8/5.8.0/qt-opensource-windows-x86-mingw530-5.8.0.exe
            It has compiler and debugger and just works.
            This is for Desktop apps.

            Alternatively you must download visual studio

            1 Reply Last reply Reply Quote 0
            • M
              mohammed yasein last edited by

              thanks alot i will test this

              mrjj 1 Reply Last reply Reply Quote 0
              • mrjj
                mrjj Lifetime Qt Champion @mohammed yasein last edited by

                @mohammed-yasein
                Np.
                I would remove the Vs2015 first. Then install a mingw one.
                Unless you plan to use VS2015 later :)

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post