qt6-bb10/src
Mike Achtelik 08d8c59629 androiddeployqt: Check if apk is already aligned
Newer versions of the android gradle plugin already align the apk
internally. Therefore it is not necessary to indiscriminately align
every apk. So let's first check, if it is already aligned and only
align it if necessary. This prevents possible alignment errors,
which might occur when aligning it again. If it is already aligned,
we can just copy and continue signing the apk.

Fixes: QTBUG-88989
Change-Id: If29004e372e7927c88a900dc56f490bf9bce9ec7
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
2021-05-12 10:09:17 +02:00
..
3rdparty SQLite: Update SQLite to v3.35.5 2021-05-09 20:12:55 +02:00
android Handle checkPermission() below api 23 2021-05-11 12:35:30 +00:00
concurrent QtConcurrentIterateKernel: fix warning 2021-04-12 10:31:54 +00:00
corelib QProperty: Cleanup QPropertyAlias leftovers 2021-05-11 22:22:08 +02:00
dbus qdbus: add support for "aay" (QByteArrayList) 2021-05-02 22:00:43 +02:00
entrypoint Fix qmake user projects for QT_LIBINFIX builds on Windows/iOS 2021-03-17 09:04:56 +01:00
gui Tell code-checker drawPolygon can't be called with negative count 2021-05-11 22:00:09 +02:00
network Prefer previously used channels in QHttpNetworkConnection 2021-05-11 09:29:58 +02:00
opengl Disable spurious MSVC warning C4273 in Qt Gui, Qt OpenGL 2021-05-03 13:04:47 +00:00
openglwidgets Document QOpenGLWidget limitations without an alpha channel 2021-01-15 15:21:28 +01:00
platformsupport evdevtouch: Fix wrong addTouchPoint for "mtdev" 2021-02-23 14:22:20 +00:00
plugins wasm: fix unicode keyboard handling 2021-05-12 10:35:11 +10:00
printsupport QPrintEngineMac: code tidies 2021-05-04 16:21:50 +02:00
sql QSqlTableModel::orderByClause(): Quote the table name 2021-05-03 14:10:36 +00:00
testlib Add a helper method for testing write-once bindable properties 2021-04-30 15:37:27 +03:00
tools androiddeployqt: Check if apk is already aligned 2021-05-12 10:09:17 +02:00
widgets Do not remove non-widget items when removeWidget() called with nullptr 2021-05-11 16:57:17 +00:00
xml The condition 'if(oldChild)' is redundant 2021-03-03 20:52:45 +08:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00