Fixes: Correctly restore BuildSteps and add configuration options to the cmakestep.

Details:  Forgot to add the factories, also the configuration options for the cmakestep don't work atm.
This commit is contained in:
dt
2009-01-12 15:29:05 +01:00
parent 0b21f2898f
commit cc4e0e3ad1
4 changed files with 23 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ void MakeStep::run(QFutureInterface<bool> &fi)
QString MakeStep::name()
{
return Constants::CMAKESTEP;
return Constants::MAKESTEP;
}
QString MakeStep::displayName()