Link qt libraries dynamically
-
Hi all,
I want to develop a closed source project with qt, without a commercial license.
I've red that I can do this if I link the libraries dynamically. Is it true?and how can I know which libraries I have to link?
Finally if in the .pro file I add for example QT += media this is a static linkage. Right?
thanks
-
Hi.
Your first question is more about licensing, see LGPL.
About necessary libraries you can find out more "here(deployment)":http://qt-project.org/doc/qt-5/deployment.html
QT += media this is not means static linkage, see deployment guide above.