Art Spasky
Art Spasky

Reputation: 1705

How can I build Qt Application in Qt creator with static links on Windows with VS2008 runtime?

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?

Upvotes: 0

Views: 2817

Answers (1)

baysmith
baysmith

Reputation: 5212

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

Upvotes: 1

Related Questions