Wizards/Custom Wizards: Add code.

Task-number: QTCREATORBUG-423
This commit is contained in:
Friedemann Kleint
2010-03-12 11:20:32 +01:00
parent e82219b344
commit 1606cf1b33
15 changed files with 1484 additions and 5 deletions

View File

@@ -133,6 +133,8 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
addAutoReleasedObject(new TestWizard);
addAutoReleasedObject(new CustomWidgetWizard);
CustomQt4ProjectWizard::registerSelf();
addAutoReleasedObject(new QMakeStepFactory);
addAutoReleasedObject(new MakeStepFactory);