forked from qt-creator/qt-creator
Autotools: Do not register buildconfigurationfactory
Change-Id: I8df8ca7d4440436acb595d69d64f460125d4dbd0 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -67,7 +67,6 @@ bool AutotoolsProjectPlugin::initialize(const QStringList &arguments,
|
||||
return false;
|
||||
|
||||
addAutoReleasedObject(new AutotoolsTargetFactory);
|
||||
addAutoReleasedObject(new AutotoolsBuildConfigurationFactory);
|
||||
addAutoReleasedObject(new MakeStepFactory);
|
||||
addAutoReleasedObject(new AutogenStepFactory);
|
||||
addAutoReleasedObject(new ConfigureStepFactory);
|
||||
|
Reference in New Issue
Block a user