Hello,

I have solution, which uses Qt dll's for GUI. When I build my solutin in MSVC++ 2008 Express Edition it will create .exe file, which I can run fine. But when I try to execute this .exe on another PC without installed Qt library, it will tell me, that some Qt dll's are missing and my app didn't start.

So I ask one question - how to iclude these dll's into one stand alone .exe file, which could be run on different PCs without need to install Qt library?

Thanks for answer!