Some image not display on deploy app but display running by Qtcreator
Solved
General and Desktop
-
Hi,
I have a Qt application which get url image via API. When I run application with Qt creator, image is displayed but when I run .exe on deploy folder, image doesn't appear.
For example, I have the url :https://upload.wikimedia.org/wikipedia/commons/c/c8/SeanConneryJune08.jpg#
Thank you for your help
-
@VRonin
The application is on windows 10.I already have qjpeg.dll file under imageformats folders (under deploy folder)
Did you copy the correct dll file?
You need the *d.dll for Debug and *.dll for Release -
Did you copy the correct dll file?
You need the *d.dll for Debug and *.dll for Release