Implemented the run configration factory and removed some obsoleted code.

This commit is contained in:
Roberto Raggi
2009-05-07 12:27:52 +02:00
parent abafbb7a1e
commit b191f15486
4 changed files with 139 additions and 117 deletions

View File

@@ -32,6 +32,7 @@
#include "qmlprojectwizard.h"
#include "qmlprojectconstants.h"
#include "qmlprojectfileseditor.h"
#include "qmlproject.h"
#include <coreplugin/icore.h>
#include <coreplugin/mimedatabase.h>
@@ -75,6 +76,7 @@ bool QmlProjectPlugin::initialize(const QStringList &, QString *errorMessage)
addObject(m_projectFilesEditorFactory);
addAutoReleasedObject(manager);
addAutoReleasedObject(new QmlRunConfigurationFactory);
addAutoReleasedObject(new QmlProjectWizard);
return true;