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

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -