Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing file [Qt]

Tags:

qt

I'm successfully going through proccess of building an application in Qt but when I try to run .exe file by double clicking on it (outside of qt) I'm getting an error saying: "The program can't start because mingwm10.dll is missing from your computer. Try reinstalling the program to fix this problem." I checked for this file and I found it, so I think there is some path to be set in qt, but I don't know neither where and how to do it. Could anyone explain to me how to do it? Thank you.

like image 764
There is nothing we can do Avatar asked Dec 04 '25 10:12

There is nothing we can do


1 Answers

I think you need to add the directory containing mingwm10.dll to your PATH environment variable. I am surprised this was not configured correctly when you installed Qt/MinGW.

Control Panel -> System -> Advanced -> Environment Variables -> PATH

like image 91
Christopher Bruns Avatar answered Dec 07 '25 16:12

Christopher Bruns



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!