When I've compiled something from QT Designer, and I want to launch the .exe on another computer, I need to do the following:
- Download and install Visual C++ 2008 Redistributable Package (x86)
- Put the following dll's in the same folder as the app (mingwm10.dll | msvcp71.dll | msvcr71.dll | QtCore4.dll | QtGui4.dll)

So I'm wondering, is there some way to integrate these files into the executable? Or atleast not having to install the Visual C++ Redistributable package?