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?
views:
29answers:
1
+1
A:
You must build a static version of Qt. See http://doc.qt.nokia.com/4.7/deployment-windows.html
baysmith
2010-09-25 16:32:53