visual studio qt5 plugins not working on release
Posted
by
John Smith
on Stack Overflow
See other posts from Stack Overflow
or by John Smith
Published on 2013-10-31T15:40:48Z
Indexed on
2013/11/04
3:54 UTC
Read the original article
Hit count: 179
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 !
© Stack Overflow or respective owner