Maemo: Adapt to new deploy configuration approach.

Reviewed-by: Tobias Hunger
This commit is contained in:
ck
2010-08-02 16:01:02 +02:00
parent bf877d0aae
commit cbf31293cb
4 changed files with 6 additions and 6 deletions

View File

@@ -204,7 +204,7 @@ const QString MaemoRunConfiguration::gdbCmd() const
MaemoDeployStep *MaemoRunConfiguration::deployStep() const
{
MaemoDeployStep * const step
= MaemoGlobal::buildStep<MaemoDeployStep>(activeQt4BuildConfiguration());
= MaemoGlobal::buildStep<MaemoDeployStep>(target()->activeDeployConfiguration());
Q_ASSERT_X(step, Q_FUNC_INFO,
"Impossible: Maemo build configuration without deploy step.");
return step;