Building standalone Qt application on windows

From Freehackers

Jump to: navigation, search

In any case, you need to build a static version of qt as described here : http://doc.trolltech.com/qq/qq10-windows-deployment.html

To provide an icon for the application, see http://doc.trolltech.com/4.4/appicon.html

[edit] Using mingw32

You will still need to bundle the file c:\qt\4.4.0\bin\mingwm10.DLL , though it's said that it is possible to get a static version of this file.


[edit] Using MS Visual C++

You need to install MSVC express from http://www.microsoft.com/express/download You'll have the toolchain but not the interface, but we don't care here.

Even when using VC++ you have to ship the C runtimes, unless you use VC++6 which has the same C runtime as shipped with Windows already.

[edit] Misc links

Personal tools