Qt creator not configured properly.
-
I have created toolchain by yocto and provided Path of Compilers,Debuggers,qt version, etc.
can you please help me out.
I am beginner with Qt and qtcreator.
observed while clean and build process :
, Showing following errors : 13:10:11: Could not start process "" clean Error while building/deploying project My_project (kit: Rohit) The kit Rohit has configuration issues which might be the root cause for this problem. When executing step "Make" -
@Rohit39 said in Qt creator not Configured properly.:
The kit Rohit has configuration issues
Then please go to the Kit and check whether there a re any errors/warning (red/yellow icons). If there are then put mouse cursor over them and see what the pop-up tells you.
-
Okay Thank you @jsulm . I resolved last mentioned error as well .
Now Kit looks good without any warning or errors .
still observed following error:
14:31:19: Could not determine which "make" command to run. Check the "make" step in the build configuration.
Error while building/deploying project My_project (kit: Rohit)
When executing step "qmake" -
@Rohit39 said in Qt creator not Configured properly.:
How to run qmake explicitly
Right click on project and select "Run qmake"...
-
@Rohit39 said in Qt creator not Configured properly.:
Check the "make" step in the build configuration.
Did you do this? How does the make step look like in Projects/Build & Run/Build?