forked from qt-creator/qt-creator
Android: Force Gradle build post SDK tools version 25.3.0
Task-number: QTCREATORBUG-18013 Change-Id: Ic912427783d079f5f6bf06e3bf9a44657d24a96f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
@@ -135,6 +135,8 @@ public:
|
||||
bool automaticKitCreation() const;
|
||||
void setAutomaticKitCreation(bool b);
|
||||
|
||||
bool antScriptsAvailable() const;
|
||||
|
||||
bool useGrandle() const;
|
||||
void setUseGradle(bool b);
|
||||
|
||||
@@ -205,7 +207,7 @@ private:
|
||||
QStringList m_makeExtraSearchDirectories;
|
||||
unsigned m_partitionSize = 1024;
|
||||
bool m_automaticKitCreation = true;
|
||||
bool m_useGradle = false;
|
||||
bool m_useGradle = true; // Ant builds are deprecated.
|
||||
|
||||
//caches
|
||||
mutable bool m_availableSdkPlatformsUpToDate = false;
|
||||
|
||||
Reference in New Issue
Block a user