Executable file cannot run with qt.qpa.plugin error
Solved
Installation and Deployment
-
I am trying to run some opencv code and i have included the dll files required by qt and opencv in my executable folder. However this error pops up
Note that i am able to run the program through the IDE itself. How do i fix this? I have also tried running Dependency Walker but i do not get why those files are missing when i have included them already.
-
Hi,
Did you use windeployqt to gather all the required dlls and plugins for your application ?