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. Qmake cannot execute with faulty kit?
QtWS25 Last Chance

Qmake cannot execute with faulty kit?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
qmake make
2 Posts 2 Posters 1.0k 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
    DominicB
    wrote on 19 Dec 2016, 20:28 last edited by
    #1

    My code is using QWidget to produce a display window with balls bouncing in a box; regardless, the code cannot compile on my home computer (works fine on the uni computers). When I build I am returned with these errors:
    19:40:51: Configuration unchanged, skipping qmake step.
    19:40:51: Could not start process "mingw32-make.exe"
    Error while building/deploying project BouncingBalls (kit: Desktop Qt 5.7.1 MSVC2015_64bit)
    The kit Desktop Qt 5.7.1 MSVC2015_64bit has configuration issues which might be the root cause for this problem.
    When executing step "Make"
    19:40:51: Elapsed time: 00:00.

    Checking on the Tools->Build&Run->Qt Versions, it returns "No compiler can produce code for this Qt Version. Please define one or more compilers."
    Which compiler is recommended to download to resolve this, or should I revert to an earlier version of Qt?

    K 1 Reply Last reply 19 Dec 2016, 20:57
    0
    • D DominicB
      19 Dec 2016, 20:28

      My code is using QWidget to produce a display window with balls bouncing in a box; regardless, the code cannot compile on my home computer (works fine on the uni computers). When I build I am returned with these errors:
      19:40:51: Configuration unchanged, skipping qmake step.
      19:40:51: Could not start process "mingw32-make.exe"
      Error while building/deploying project BouncingBalls (kit: Desktop Qt 5.7.1 MSVC2015_64bit)
      The kit Desktop Qt 5.7.1 MSVC2015_64bit has configuration issues which might be the root cause for this problem.
      When executing step "Make"
      19:40:51: Elapsed time: 00:00.

      Checking on the Tools->Build&Run->Qt Versions, it returns "No compiler can produce code for this Qt Version. Please define one or more compilers."
      Which compiler is recommended to download to resolve this, or should I revert to an earlier version of Qt?

      K Offline
      K Offline
      koahnig
      wrote on 19 Dec 2016, 20:57 last edited by
      #2

      @DominicB

      Hi and welcome to devnet forum

      Since you have apparently downloaded Qt version for MSVC2015 you would need to install also that particular compiler on your machine.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      2

      2/2

      19 Dec 2016, 20:57

      • Login

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