Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 4.12.0
Description
- Create a new project targetted for Android from QtCreator wizard (same problem visible when opening in existing .pro file)
- Go to Project settings page, expand qmake properties section
- "Debug" build configuration is selected (default) and "armeabi-v7a" is the only selected ABI
- Check all four ABI to be built
- Now change build configuration to "Release" from qmake properties section
- Note the four ABI are selected, fine
- Now leave the project settings page
- Select "Release" target in the bottom-left corner of QtCreator
- Go back to Project settings page, expand qmake properties section
- "Release" build configuration is selected but now only "armeabi-v7a" is selected ABI, while you expect all four to be selected