forked from qt-creator/qt-creator
Android: Clean up for extraData constants
clean, rename and delete unused constants, we well as unify the usage between qmake, cmake, and qbs. Change-Id: I8827ac2f2f7660e337694fef17f744e727bd776a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -218,7 +218,7 @@ QVariant QbsProductNode::data(Id role) const
|
||||
return m_productData.value("module-properties").toObject()
|
||||
.value("Qt.core.enableKeywords").toBool();
|
||||
|
||||
if (role == Android::Constants::ANDROID_ABIS) {
|
||||
if (role == Android::Constants::AndroidAbis) {
|
||||
// Try using qbs.architectures
|
||||
QStringList qbsAbis;
|
||||
QMap<QString, QString> archToAbi {
|
||||
|
||||
Reference in New Issue
Block a user