Greetings,
Let's say I make a program in Windows. If I run it through the Qt creator works just fine, but when I try to open it through the exe file produced, it says it needs some dlls in order to run that are missing.
For ex.: libgcc_s_dw2-1.dll , mingwm10.dll , Qtcored4.dll , etc
Do I need to do something else?
Thanks in advance

Reply With Quote
it was because i have put some arguments to launch the application and when you create the project QtCreator don't get the arguments you put on the Projects part.

