Android: Remove old android directory before deployment

Task-number: QTCREATORBUG-10290

Change-Id: I83a3ccef58ab1a4c2a486f20620a11e318c146ca
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Daniel Teske
2013-10-10 16:30:56 +02:00
parent 421aecfb54
commit 04cd026582
2 changed files with 20 additions and 0 deletions

View File

@@ -52,10 +52,12 @@ public:
ProjectExplorer::BuildStepConfigWidget *createConfigWidget();
bool immutable() const;
void run(QFutureInterface<bool> &fi);
private:
AndroidPackageInstallationStep(ProjectExplorer::BuildStepList *bc,
AndroidPackageInstallationStep *other);
AndroidDirectory m_androidDirectory;
QString m_androidDirToClean;
static const Core::Id Id;
};