Hello everybody,
I am trying to build my application dynamically (because I downloaded Qt through the installer wizard and didn't build it statically) so I am using the minGW terminal and using the command cd C:/exe_path followed by the command windeployqt.exe --quick --no-translations . but the problem is that when I run the application there are two issues: the first one is that qwt.dll and qt5openGL.dll are missing and the second is that when I add those two dll's to the folder where the .exe and all the other dll are I still get a message saying that the app is unable to find the entry point for the dll's.
I would be so grateful if someone would help me out with this, I am only looking for the steps to follow because I have to send my project as soon as possible so I have little time to be understanding what is going on with the compiler and all of this...
Thank you!
Jorge