I am working on Qt 4.2.2 Open source edition. I made a simple image reader like application which loads an image and does some processing. I compiled the code, and its fine on my machine.
The problem comes when I want to run the application on my friends machine which doesnt have Qt installed.The application does run, but when I try load an image, it says cannot load the image 'D:\......jpg'.
I also copied the Qt's bin directory files to my friends machine, but it deosnt help too

What am I missing to run Qt Application on other machine ??