Hello,

I urgently require help in deploying a window based qt application on a windows where qt is not installed. The application reads any file that the user wants to store and stores it in postgresql database in Bytea format. When the user wants to view the file, it imports the bytea data into a byte array in qt which in turn makes a file out of it. This file is then opened by Qt Desktop IO services. The problem is that this works perfect on my windows which has qt installed but when i try to use it on any non qt environment window, the application makes a corrupt file to view. I think i am missing some dll required to use for such action. I would appreciate all help in advance