views:

29

answers:

1

I have downloaded qt-win-opensource-4.7.0-vs2008.exe from nokia site and use it when I build my application. My application realy use VS2008 runtime not MinGW, but it has the dynamic linkage with QtCore4.dll and others Qt libs. How can I create application with static linkage with qt libs?

+1  A: 

You must build a static version of Qt. See http://doc.qt.nokia.com/4.7/deployment-windows.html

baysmith