forked from qt-creator/qt-creator
Refactor deployment for Symbian OS
* Add buildstep to handle the deployment * Remove deployment code from the runconfiguration * Update .user files to add new deployment step into existing setups Reviewed-by: Tobias Hunger
This commit is contained in:
@@ -58,7 +58,6 @@ namespace Internal {
|
||||
|
||||
const QLatin1String MaemoDeployStep::Id("Qt4ProjectManager.MaemoDeployStep");
|
||||
|
||||
|
||||
MaemoDeployStep::MaemoDeployStep(ProjectExplorer::BuildConfiguration *bc)
|
||||
: BuildStep(bc, Id), m_deployables(new MaemoDeployables(this))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user