Missing file [Qt]

I successfully went through the process of creating an application in Qt, but when I try to run the .exe file by double-clicking on it (outside qt), I get the error message: "The program cannot start because mingwm10.dll is missing on your computer. Try reinstall the program to fix this problem. " I checked this file and I found it, so I think there is some way in qt, but I don’t know where and how to do it. Can someone explain to me how to do this? Thank.

+3
source share
2 answers

I think you need to add the directory containing mingwm10.dll to the PATH environment variable. I am surprised that this was misconfigured when installing Qt / MinGW.

→ → → → PATH

+3

, Qt. DLL, , mingwm10.dll. DLL ( , ) .exe, , , PATH.

+3

Source: https://habr.com/ru/post/1728742/


All Articles