I need to add a library to my Qt application.
The question is, given that the application will be cross-platform, and the library is QSerialDevice, what is the best method - static or dynamic?
What are the tradeoffs between the two methods?

Thanks for your advice!