Using Android static library in Qt Project. How?
-
wrote on 9 Nov 2020, 15:34 last edited by bogong 11 Sept 2020, 15:34
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. -
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.@bogong Yes, simply link your app against it.
What exactly is the problem? -
@jsulm Do I need to configure something special or I can just include it like *.so in *.pro file?
@bogong Just add it to your pro file
3/4