Maemo: Preparation for deploying executable to arbitrary location.

Reviewed-by: kh1
This commit is contained in:
ck
2010-05-03 16:56:38 +02:00
parent 3867325522
commit 2be1f9c61b
5 changed files with 21 additions and 11 deletions

View File

@@ -34,6 +34,7 @@
#include "maemoruncontrol.h"
#include "maemopackagecontents.h"
#include "maemopackagecreationstep.h"
#include "maemosshthread.h"
#include "maemorunconfiguration.h"
@@ -199,7 +200,7 @@ QString AbstractMaemoRunControl::packageFilePath() const
QString AbstractMaemoRunControl::executableFilePathOnTarget() const
{
return m_runConfig->packageStep()->remoteExecutableFilePath();
return m_runConfig->packageStep()->packageContents()->remoteExecutableFilePath();
}
bool AbstractMaemoRunControl::isCleaning() const