I am having a third party SDK (libs and dlls)
[the doc saying that this SDK is used in Linux and MAC as well]

1. can anyone help me to how to include these libs with my Qt application.
Windows: adding LIBS += <lib name> into the .pro file is enough?

2. May I know how this could be done in other OS(linux and MAC)

If anyone tried like this before. help me.

Thanks in advance.