Qmlprojectplugin: work again

Splitted up patches wrongly
This commit is contained in:
dt
2010-12-07 17:50:58 +01:00
parent f3a1c3e2be
commit e27cc66521

View File

@@ -76,6 +76,7 @@ bool QmlProjectPlugin::initialize(const QStringList &, QString *errorMessage)
addAutoReleasedObject(new Internal::QmlProjectRunConfigurationFactory);
addAutoReleasedObject(new Internal::QmlRunControlFactory);
addAutoReleasedObject(new QmlProjectApplicationWizard);
addAutoReleasedObject(new QmlProjectTargetFactory);
QmlProjectFileFormat::registerDeclarativeTypes();