Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15
-
None
Description
Given an Android project (Qt5.15) with ANDROID_ABIS="armeabi-v7a arm64-v8a" set. When choosing 'Build Project "xxxx" for All Configurations", the inactive ABIs "x86" and "x86_64" will be built as well. While it is discussable, if this should be done in this situation, there is another problem here: The created Makefile for "x86_64" incorrectly names the output directory "x86_64_64" instead of just "x86_64". This does not happen, when "x86_64" is part of the ANDROID_ABIS='...' setting.