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]Strange error while debugging
Forum Updated to NodeBB v4.3 + New Features

[Solved]Strange error while debugging

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.7k 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.
  • T Offline
    T Offline
    thiberi0
    wrote on last edited by
    #1

    Hello guys,
    I'm trying to compile my program in other machines in my university.When I run in main computer(professor), the programa works fine. I've already installed the qt creator at the other machines, however I can't run the programa because the following error:

    "Could not start process "C:\Qt\Qt5.3.2\5.3\mingw482_32\bin\qmake.exe" C:\0-TCC\0-TCC.pro -r -spec win32-g++ "CONFIG+=debug"
    Error while building/deploying project 0-TCC (kit: Desktop Qt 5.3 MinGW 32bit)
    When executing step "qmake""

    thiberi0

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goblincoding
      wrote on last edited by
      #2

      Does this path exist: "C:\Qt\Qt5.3.2\5.3\mingw482_32\bin\qmake.exe" ?

      If not (and I am guessing it doesn't), check how your kits are set up in QtCreator and where your Qt libraries live.

      http://www.goblincoding.com

      1 Reply Last reply
      0
      • T Offline
        T Offline
        thiberi0
        wrote on last edited by
        #3

        Thanks for the fast answer,
        The problem was that build directory didn't exist.
        So was solved just changing the build directory paste at "projects".

        thiberi0

        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