Android: Remove code to help with upgrades from Qt 5.1

Change-Id: Id9cf0cd585ebdaabc03ff58ab04e7c12a5af39ba
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2018-06-13 13:37:49 +02:00
parent a114a5e47e
commit 2093781f3a
4 changed files with 0 additions and 18 deletions

View File

@@ -110,9 +110,6 @@ bool AndroidDeployQtStep::init(QList<const BuildStep *> &earlierSteps)
Q_UNUSED(earlierSteps);
m_androiddeployqtArgs.clear();
if (AndroidManager::checkForQt51Files(project()->projectDirectory()))
emit addOutput(tr("Found old folder \"android\" in source directory. Qt 5.2 does not use that folder by default."), OutputFormat::Stderr);
m_targetArch = AndroidManager::targetArch(target());
if (m_targetArch.isEmpty()) {
emit addOutput(tr("No Android arch set by the .pro file."), OutputFormat::Stderr);