could not start process
-
Hello everyone,
I am new at QT programming and I am facing with a problem on Qt. Actually the program could run before, but I dont know why, my program give errors for now. Could you please help me?
My error is down there.
-
Now error is like this :(

-
Now error is like this :(

@AlperenUnal As the error message suggests: check the Kit your using. Do you have any errors/warning there?
Also it would be good to translate one of the error messages :-) -
@AlperenUnal As the error message suggests: check the Kit your using. Do you have any errors/warning there?
Also it would be good to translate one of the error messages :-)@jsulm sorry for being late to your message :)
I put some of the screenshots from the tools-> options->kits screen.
The part that needed to be translated says that system could not find the specified file :)


-
@jsulm sorry for being late to your message :)
I put some of the screenshots from the tools-> options->kits screen.
The part that needed to be translated says that system could not find the specified file :)


@AlperenUnal It looks like the MingGW compiler is not installed, do you have removed it?
-
@AlperenUnal It looks like the MingGW compiler is not installed, do you have removed it?
@KroMignon actually I didn't change anything at my computer or in the QT Creator, but it seems that MinGW compiler has removed. How can i reinstall it if it is removed ?
-
@KroMignon actually I didn't change anything at my computer or in the QT Creator, but it seems that MinGW compiler has removed. How can i reinstall it if it is removed ?
@AlperenUnal said in could not start process:
How can i reinstall it if it is removed ?
Use Qt Maintenance Tool and select add/remove components.
-
@AlperenUnal said in could not start process:
How can i reinstall it if it is removed ?
Use Qt Maintenance Tool and select add/remove components.
@KroMignon Okey sir, I will try it. Thanks for the help :)
-
Hello again, after long hours for trying to fix the problem, I figured out that my antivirus program was the reason for the error :) Thanks all of you, have a nice day.