Qt error with qmake?
-
Hey guys, I just downloaded the Qt software. I created a widgets application. I did a test run and it came up with this result:
Could not determine which "make" command to run. Check the "make" step in the build configuration.
Here are some snapshots:
-
Hey guys, I just downloaded the Qt software. I created a widgets application. I did a test run and it came up with this result:
Could not determine which "make" command to run. Check the "make" step in the build configuration.
Here are some snapshots:
hi @Mr-Crowley,
it seems you installed Qt versions for all possible compilers, but only have the MinGW compiler (included with Qt) available.
So please select the Qt MinGW kit in the projects settings.
The other Qt versions can be uninstalled if you don't need them.
Regards
-
aha_1980
Thanks a lot! Really helpful!
-
aha_1980
Thanks a lot! Really helpful!
@Mr-Crowley if you problem is solved, please don't forget to mark your post as such. Thanks.