Using Android static library in Qt Project. How?
Unsolved
Mobile and Embedded
-
Hello all!
Is there any way to use Android Static *.o (Not Shared *.so) in Qt Project?
I have prebuilt Android Static library and need to use it. -
@jsulm Do I need to configure something special or I can just include it like *.so in *.pro file?