Some image not display on deploy app but display running by Qtcreator
Solved
General and Desktop
-
wrote on 25 May 2016, 14:08 last edited by helenebro
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
-
wrote on 25 May 2016, 15:22 last edited by
you have to deploy the image plugin qjpeg.dll
What OS are you using? -
@VRonin
The application is on windows 10.I already have qjpeg.dll file under imageformats folders (under deploy folder)
wrote on 25 May 2016, 16:49 last edited byDid 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 -
wrote on 26 May 2016, 08:34 last edited by
I have found the problem. I have added on build folder libeay32.dll and ssleay32.dll but not on deploy folder
2/6