A static library is linked at build time, the Android package only contains the result of that linking stage.
So you only have make sure it is found during the build, i.e. path and name added to the LIBS variable in your .pro file.
Cheers,
_
A static library is linked at build time, the Android package only contains the result of that linking stage.
So you only have make sure it is found during the build, i.e. path and name added to the LIBS variable in your .pro file.
Cheers,
_
Bookmarks