Re: problem with resources
I think the problem is with loading jpeg images.
Qt doesnt have direct support for them,,, while deploying you have to ship the plugins too.
For this copy the \Qt\4.2.0\plugins\imageformats folder along with ur application. Say u installed ur exe on C:\test , copy imageformats folder also to C:\test
See more for deploying Qt Applications
Hope this works..
Re: problem with resources
Quote:
Originally Posted by
aamer4yu
I think the problem is with loading jpeg images.
Qt doesnt have direct support for them,,, while deploying you have to ship the plugins too.
For this copy the \Qt\4.2.0\plugins\imageformats folder along with ur application. Say u installed ur exe on C:\test , copy imageformats folder also to C:\test
See more for deploying Qt Applications
Hope this works..
Thanks,
that was the hint I need! :D
Greetings,
SuperSonik