qt5base-lts/mkspecs/features/android
Alexandru Croitor ebac49dd45 android:qmake: Fix static libraries to include the QT_ARCH suffix
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, d463a63bb9
it was likely an oversight that it was not applied to static
libraries as well.
The !static part of the condition was added in
72d4f0750b .
The change only handled installation responsibilities, not naming of
libraries.

Fix static libraries to include the arch suffix, but only in Qt 6.

It's too late to fix it in Qt 5, there might be projects that rely on
there not being a suffix in static library names. Adding the suffix
would suddenly cause linking errors.

Amends d463a63bb9

[ChangeLog][Android][qmake] Static libraries targeting Android will
now include an arch suffix when built using qmake.

Fixes: QTBUG-83165
Change-Id: I6f68dcb74cec30b4c8f0bc5a819d89843e9d695e
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
2021-12-02 20:29:58 +01:00
..
android_deployment_settings.prf Android: Fix path of qmake_qmake_immediate.qrc in single_abi with qmake 2021-09-20 13:05:36 +00:00
android.prf android:qmake: Fix static libraries to include the QT_ARCH suffix 2021-12-02 20:29:58 +01:00
default_pre.prf Android: Add the required linker flags for unwinding on armeabi-v7a 2020-11-12 08:17:51 +01:00
resolve_config.prf Android: Fix building apps when Qt is configured with one ABI 2020-08-26 01:13:32 +02:00
resolve_target.prf don't auto-create install targets for static libs 2017-06-17 06:47:59 +00:00
sdk.prf Android: bump default QT_ANDROID_API_VERSION to 31 2021-11-12 13:42:08 +02:00
spec_post.prf Fix build with Android NDK's make on Windows 2019-06-28 15:13:34 +02:00