forked from qt-creator/qt-creator
autotools: minor cleanup
Change-Id: Ic7862a4a97e60ed016a53f5893e03e3f9ec11e53 Reviewed-by: Patricia Santana Cruz <patriciasc@openismus.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -54,10 +54,6 @@ AutotoolsProjectPlugin::AutotoolsProjectPlugin()
|
||||
{
|
||||
}
|
||||
|
||||
AutotoolsProjectPlugin::~AutotoolsProjectPlugin()
|
||||
{
|
||||
}
|
||||
|
||||
void AutotoolsProjectPlugin::extensionsInitialized()
|
||||
{
|
||||
}
|
||||
@@ -73,11 +69,11 @@ bool AutotoolsProjectPlugin::initialize(const QStringList &arguments,
|
||||
|
||||
addAutoReleasedObject(new AutotoolsTargetFactory);
|
||||
addAutoReleasedObject(new AutotoolsBuildConfigurationFactory);
|
||||
addAutoReleasedObject(new MakeStepFactory());
|
||||
addAutoReleasedObject(new AutogenStepFactory());
|
||||
addAutoReleasedObject(new ConfigureStepFactory());
|
||||
addAutoReleasedObject(new AutoreconfStepFactory());
|
||||
addAutoReleasedObject(new AutotoolsManager());
|
||||
addAutoReleasedObject(new MakeStepFactory);
|
||||
addAutoReleasedObject(new AutogenStepFactory);
|
||||
addAutoReleasedObject(new ConfigureStepFactory);
|
||||
addAutoReleasedObject(new AutoreconfStepFactory);
|
||||
addAutoReleasedObject(new AutotoolsManager);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user