when you try to run your application in the computer that doesnt have Qt you need to include the .DLL`s necessary to execute. If you try to run it you ll recieve error messages telling you what libraries you need to include. Most common are:
- mingwm10.dll
- QtCore4.dll
- libgcc_s_dw2-1.dll
- QtGui4.dll
And if you connect to a database include a folder named sqldrivers with the DLL you use. You`ll find those libs in the Qt SKD folder (where you installled Qt)
Hope it helps!
Bookmarks