Can we use QLibrary in android and IOS?
Solved
Mobile and Embedded
-
Hi,
AFAIK, yes, since it's how OpenSSL is used on Android. I don't know for iOS though but I don't see any specific reason as for it not working there.
Out of curiosity, why use QLibrary on these platforms ?
-
Hi
I want to Add several C++ class with Qt quick forms in library and when app open automatically download the library and load it. of course in Android and IOS.