ebac49dd45
When building a shared library (with qmake) in a user project targeting Android, the library gets a QT_ARCH suffix added to its name. This suffix is not added when building a static library (CONFIG += staticlib). In the context of a multi-abi android qmake build, all the arch specific static libraries would have the same name and would override each other. This happens with Qt 5.15 and it would also happen in Qt 6, but we don't support multi-abi qmake builds in Qt 6 so far. When the original fix to include the arch suffix for shared libraries was done in Qt 5, |
||
---|---|---|
.. | ||
android_deployment_settings.prf | ||
android.prf | ||
default_pre.prf | ||
resolve_config.prf | ||
resolve_target.prf | ||
sdk.prf | ||
spec_post.prf |