forked from qt-creator/qt-creator
Qt4ProjectManager: Actually add the qt4targetfactory to the object pool
Makes Creator useable again :)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user