forked from qt-creator/qt-creator
Android: androiddeployqt support
Change-Id: I37d706b4e11c6e1353a8ee73378b7d080080678c Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
@@ -84,16 +84,6 @@ AndroidConfig AndroidRunConfiguration::config() const
|
||||
return AndroidConfigurations::instance().config();
|
||||
}
|
||||
|
||||
AndroidDeployStep *AndroidRunConfiguration::deployStep() const
|
||||
{
|
||||
AndroidDeployStep * const step
|
||||
= AndroidGlobal::buildStep<AndroidDeployStep>(target()->activeDeployConfiguration());
|
||||
Q_ASSERT_X(step, Q_FUNC_INFO,
|
||||
"Impossible: Android build configuration without deploy step.");
|
||||
return step;
|
||||
}
|
||||
|
||||
|
||||
const QString AndroidRunConfiguration::remoteChannel() const
|
||||
{
|
||||
return QLatin1String(":5039");
|
||||
|
||||
Reference in New Issue
Block a user