Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
5.7.1
-
None
-
Fedora Linux -> building an Android app
MacOS
Windows
-
-
fa2821b484dfe21de1af508bec314ff865917014 (qt/qtbase/5.12)
Description
androiddeployqt does always strip libraries to minimize their size. In a debug build they should not be stripped. Otherwise the symbols are lost.
Maybe only strip them when using the option "--release".
http://code.qt.io/cgit/qt/qttools.git/tree/src/androiddeployqt/main.cpp
see function stripLibraries().