forked from qt-creator/qt-creator
		
	Refactoring for (Q)MakeBuildStepFactory
Rename (Q)MakeBuildStepFactory to (Q)MakeStepFacotry Move the factories to the same files as (Q)MakeStep Delete the old qmakebuildstepfactory.(h|cpp)
This commit is contained in:
		@@ -122,8 +122,8 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
 | 
			
		||||
    LibraryWizard *libWizard = new LibraryWizard;
 | 
			
		||||
    addAutoReleasedObject(libWizard);
 | 
			
		||||
 | 
			
		||||
    addAutoReleasedObject(new QMakeBuildStepFactory);
 | 
			
		||||
    addAutoReleasedObject(new MakeBuildStepFactory);
 | 
			
		||||
    addAutoReleasedObject(new QMakeStepFactory);
 | 
			
		||||
    addAutoReleasedObject(new MakeStepFactory);
 | 
			
		||||
 | 
			
		||||
    m_qtVersionManager = new QtVersionManager;
 | 
			
		||||
    addObject(m_qtVersionManager);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user