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:
dt
2009-04-20 16:25:48 +02:00
parent 84ee1653f4
commit 10482c81a4
9 changed files with 114 additions and 179 deletions

View File

@@ -42,8 +42,8 @@ namespace Internal {
class ProFileEditorFactory;
class ConsoleAppWizard;
class GuiAppWizard;
class QMakeBuildStepFactory;
class MakeBuildStepFactory;
class QMakeStepFactory;
class MakeStepFactory;
class GccParserFactory;
class MsvcParserFactory;
class QtVersionManager;