Autotools: Do not register buildconfigurationfactory

Change-Id: I8df8ca7d4440436acb595d69d64f460125d4dbd0
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Tobias Hunger
2012-02-21 14:57:30 +01:00
parent 290dad9538
commit 7f943caedb
2 changed files with 1 additions and 2 deletions

View File

@@ -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);