PDA

View Full Version : Problem after deploying with JPG and GIFs



danoc93
14th February 2012, 18:56
When I deploy my application, I use png's, gif's and jpg's..... it works on my computer when I do a debug ctrl-r ... I am using QtCreator, but when I release my application and take it to another computer, jpg and gif images don't show up.... I was reading about some plugins, but I have no clue since those images show when I am testing the app and after realeasing it they don't, only PNG's do...

Helo :)

Zlatomir
14th February 2012, 19:37
This is a frequent question, see this (http://www.qtcentre.org/threads/47380-Few-easy-questions) topic.

KillGabio
15th February 2012, 02:49
True story jajaja include to the release: a folder named "imageformats" with the dll necessaries (like qgif4.dll for example) and thats all :)