QmakeAndroidSupport: Move AndroidPackageInstallationStep to Android plugin

There's nothing Qmake related in there (anymore?).

Change-Id: I8842d4824065cf3cba61d50b6f333ec3b52e3851
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2017-12-07 15:30:16 +01:00
parent 6b48beeeb0
commit 1f3ba4ce15
14 changed files with 78 additions and 145 deletions

View File

@@ -146,6 +146,7 @@ bool CMakeRunConfiguration::fromMap(const QVariantMap &map)
extraAspect<WorkingDirectoryAspect>()->setDefaultWorkingDirectory(ct.workingDirectory);
}
setDisplayName(defaultDisplayName());
setDefaultDisplayName(defaultDisplayName());
return true;