Qt4ProjectManager: Actually add the qt4targetfactory to the object pool

Makes Creator useable again :)
This commit is contained in:
dt
2010-12-07 13:27:52 +01:00
parent 8697072ce4
commit 53c7871099

View File

@@ -147,6 +147,7 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
addAutoReleasedObject(new QMakeStepFactory);
addAutoReleasedObject(new MakeStepFactory);
addAutoReleasedObject(new Qt4TargetFactory);
addAutoReleasedObject(new Qt4RunConfigurationFactory);
#ifdef Q_OS_MAC