forked from qt-creator/qt-creator
Maemo: Fix "make distclean" step for publishing.
Task-number: QTCREATORBUG-3343
This commit is contained in:
@@ -160,8 +160,11 @@ void MaemoPublisherFremantleFree::createPackage()
|
|||||||
}
|
}
|
||||||
|
|
||||||
setState(RunningQmake);
|
setState(RunningQmake);
|
||||||
|
ProjectExplorer::AbstractProcessStep * const qmakeStep
|
||||||
|
= m_buildConfig->qmakeStep();
|
||||||
|
qmakeStep->init();
|
||||||
const ProjectExplorer::ProcessParameters * const pp
|
const ProjectExplorer::ProcessParameters * const pp
|
||||||
= m_buildConfig->qmakeStep()->processParameters();
|
= qmakeStep->processParameters();
|
||||||
m_process->start(pp->effectiveCommand() + QLatin1String(" ")
|
m_process->start(pp->effectiveCommand() + QLatin1String(" ")
|
||||||
+ pp->effectiveArguments());
|
+ pp->effectiveArguments());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user