Quote Originally Posted by aamer4yu View Post
If you dont want others to see your files, dont embed them in resource files.
Just give a path or simple names for the files. If the files are not present, the image wont be loaded.
So you have the option of giving the image files with your application.
Hope I understood ur problem correctly
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..