Maemo: Refactor upload + install deployment step.

This commit is contained in:
Christian Kandeler
2011-04-07 11:44:11 +02:00
parent 482bf10c09
commit f653fedaaf
8 changed files with 208 additions and 60 deletions

View File

@@ -92,7 +92,9 @@ protected:
void writeOutput(const QString &text, OutputFormat format = MessageOutput,
OutputNewlineSetting newlineSetting = DoAppendNewline);
void setDeploymentFinished();
const AbstractMaemoPackageCreationStep *packagingStep() const;
virtual const AbstractMaemoPackageCreationStep *packagingStep() const=0;
QString deployMountPoint() const;
const Qt4BuildConfiguration *qt4BuildConfiguration() const;
QSharedPointer<Utils::SshConnection> connection() const { return m_connection; }