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 nokia site , use when build application. application realy use vs2008 runtime not mingw, has dynamic linkage qtcore4.dll , others qt libs. how can create application static linkage qt libs?
you must build static version of qt. see http://doc.qt.io/archives/qt-4.7/deployment-windows.html
Comments
Post a Comment