forked from qt-creator/qt-creator
Android: Compile fix for Qt 5
Amends 49443d689.
Change-Id: Idadb794b85bebff9678b54f55f8b9822719a8d8a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -190,7 +190,7 @@ private:
|
||||
|
||||
void parseDependenciesJson();
|
||||
|
||||
QVector<int> availableNdkPlatforms(const QtSupport::QtVersion *qtVersion) const;
|
||||
QList<int> availableNdkPlatforms(const QtSupport::QtVersion *qtVersion) const;
|
||||
|
||||
Utils::FilePath m_sdkLocation;
|
||||
QStringList m_sdkManagerToolArgs;
|
||||
@@ -249,3 +249,6 @@ private:
|
||||
};
|
||||
|
||||
} // namespace Android
|
||||
|
||||
Q_DECLARE_METATYPE(ProjectExplorer::Abis)
|
||||
Q_DECLARE_METATYPE(Utils::OsType)
|
||||
|
||||
Reference in New Issue
Block a user