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

@@ -328,7 +328,7 @@ const MaemoToolChain *MaemoPackageCreationStep::maemoToolChain() const
MaemoDeployStep *MaemoPackageCreationStep::deployStep() const
{
MaemoDeployStep * const deployStep
= MaemoGlobal::buildStep<MaemoDeployStep>(buildConfiguration());
= MaemoGlobal::buildStep<MaemoDeployStep>(target()->activeDeployConfiguration());
Q_ASSERT(deployStep &&
"Fatal error: Maemo build configuration without deploy step.");
return deployStep;