visual studio qt5 plugins not working on release
- by John Smith
I'm got this project where i'm showing images with a qt5 interface, i'm simply setting the Pixmap of a label with the qimage pixmap
The thing is, it's working on a debug build, but not on a release build and i dont understand why.
I already got a folder in my .Exe folder named "plugins" and a subfolder in it named "imageformats", and in this folder the file named "qjpeg.dll"
So i coming here to see if someone has an idea on why it doesn't work ?
Thanks in advance !