forked from qt-creator/qt-creator
Android: fix aab label name and supported versions
Task-number: QTCREATORBUG-24681 Change-Id: I5634deaf395d547d2659d71d1612897e1a3d9a2b Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -86,7 +86,8 @@ QString AndroidQtVersion::invalidReason() const
|
||||
|
||||
bool AndroidQtVersion::supportsMultipleQtAbis() const
|
||||
{
|
||||
return qtVersion() >= QtSupport::QtVersionNumber{5, 14};
|
||||
return qtVersion() >= QtSupport::QtVersionNumber{5, 14}
|
||||
&& qtVersion() < QtSupport::QtVersionNumber{6, 0};
|
||||
}
|
||||
|
||||
Abis AndroidQtVersion::detectQtAbis() const
|
||||
|
||||
Reference in New Issue
Block a user