AndroidDeployQtStep: Run in separate thread

Fixes the inconsistent state from
Task-number: QTCREATORBUG-10710

Change-Id: Ifabb1eef4b81e6d33244fd7af8becc453dd66669
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Daniel Teske
2013-11-13 16:14:27 +01:00
parent e6675d26d8
commit bfad6f107a
2 changed files with 7 additions and 0 deletions

View File

@@ -493,6 +493,11 @@ void AndroidDeployQtStep::setInputFile(const QString &file)
m_inputFile = file;
}
bool AndroidDeployQtStep::runInGuiThread() const
{
return false;
}
bool AndroidDeployQtStep::verboseOutput() const
{
return m_verbose;