Dummy implementation of MakeStep.

This commit is contained in:
Roberto Raggi
2009-05-22 12:46:06 +02:00
parent 7e1445368e
commit 18cba96a19
6 changed files with 273 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
#include "qmlprojectconstants.h"
#include "qmlprojectfileseditor.h"
#include "qmlproject.h"
#include "qmlmakestep.h"
#include <coreplugin/icore.h>
#include <coreplugin/mimedatabase.h>
@@ -80,6 +81,7 @@ bool QmlProjectPlugin::initialize(const QStringList &, QString *errorMessage)
addAutoReleasedObject(new QmlRunConfigurationFactory);
addAutoReleasedObject(new QmlNewProjectWizard);
addAutoReleasedObject(new QmlProjectWizard);
addAutoReleasedObject(new QmlMakeStepFactory);
return true;
}