forked from qt-creator/qt-creator
Android: Remove some indirection when finding the minimum NDK
One instance had (base) qt version already at hand, the other was inside AndroidQtVersion itself. Also remove the typo in the function name. Change-Id: I8fb0a1cd11751e4dea1f29a99603ea6b0112c49e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -55,7 +55,8 @@ public:
|
||||
|
||||
QString description() const override;
|
||||
QString targetArch() const;
|
||||
int mininmumNDK() const;
|
||||
int minimumNDK() const;
|
||||
|
||||
protected:
|
||||
void parseMkSpec(ProFileEvaluator *) const override;
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user