Monday, April 17, 2017

QT C++ note for building dynamic linking ( deployment )

 

 

first, dependency walker

http://www.dependencywalker.com/

second platform

http://stackoverflow.com/questions/16198649/how-to-run-qt-5-applications-on-other-computers-windows-7
just add the file qt.conf to your app dir with the following content
[Paths]

Libraries=./platforms
then copy, to same app dir, the subdir "platforms" that you will find into dir C:\Qt\Qt5.1.1\Tools\QtCreator\bin
That's all.