Dynamic linking a Qt 5 application
-
How to do dynamic linking for a Qt 5 application:
For Windows, go here:
http://tomtheprogrammer.blogspot.com/2013/05/how-to-dynamically-link-qt-5.html
For Linux, go here:
http://tomtheprogrammer.blogspot.com/2013/05/how-to-dynamically-link-qt-5_6.html
Hope this helps someone.
-
Both links are broken.
-
Thanks, now I know how to link the dynamic libs under linux(although I do not develop under linux). Either windows or linux are quite easy to do dynamic linking, but under mac is like hell, messy and hack.