How Do I Compile And Link Dynamically To Qt?
Solved
General and Desktop
-
How do I make Qt compile dynamically? If the details are important, I am compiling an android app in windows 10, with the latest version of Qt.
-
Hi and welcome to devnet,
Do you mean build your application using Qt for Android ?
-
@SGaist I mean I want to build my APK using dynamic linking, how do i accomplish this?
-
Isn't dynamic linking the default with Qt for Android?
I once built a Qt/Android app and checked the content of the generated APK file: I saw Qt *.so libraries there.
So, you actually do not have to do anything special. -
It's the iOS build that is static