Greetings,
I have stumbled on a strange problem with Qt based application that I am trying to create. Simply put. When user clicks button it is supposed to load a JPEG image (QPixmap.load) and show it in a QLabel (it is only a small test). When I run it in Qt Creator it works flawlessly, but when I try to deploy it on some other computer, that does not have Qt installed (with necessary dll-s) it doesn't do anything (program starts, but when I want to load image it does nothing).
Please help. Thank you.

Regards,
MadBear

PS.: I apologize for my bad English.