How to install custom libraries for Android Qt 5.4.1
-
If you go to the 'Projects' button on the left pane of creator and then select the 'Build' button for your droid kit, then the drop down next to 'Build Android APK' you will see a spot to attach Additional libs.
Hope it helps!
Cheers,
Jon -
@Jon-Heron1 Thanks for your answer, it works ( I used ANDROID_EXTRA_LIBS in .pro ) but is not what I'm looking for.
When I create and install the Android app I don't know which libraries I want to use at runtime.