what i want is that the image will be loaded even If the (picture)files are not present.. like the .bmp they were loading even they do not exist together with the application in deployment. (just add them in .qrc and set it as pixmap) i want the same thing in my .gif files but how?
i try to set it as pixmap but the image is not moving (however it doesnt require the .gif to be present together with the application but still its not moving).
.bmp + application -> deployment -> application only (.bmp will show)
.gif + application -> deployment - > .gif + application (if i remove .gif the .gif will not show)
I want:
.gif + application ->deployment -> application only (.gif will show)
that is why i said i already build my application as static with gif configurations..
Bookmarks