Simplest way to deploy your app on another PC with Windows is to copy necessary libraries from "C:\QtSDK\Desktop\Qt\4.7.3\mingw\bin" to directory with your EXE.
You should copy at least following libs:
If you use additional modules (QtNetwork, QtSQL etc.) copy also these libs.Qt Code:
libgcc_s_dw2-1.dll mingwm10.dll QtCore4.dll QtGui4.dllTo copy to clipboard, switch view to plain text mode
Bookmarks