forked from qt-creator/qt-creator
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:
@@ -71,7 +71,7 @@ void MakeStep::run(QFutureInterface<bool> &fi)
|
||||
|
||||
QString MakeStep::name()
|
||||
{
|
||||
return Constants::CMAKESTEP;
|
||||
return Constants::MAKESTEP;
|
||||
}
|
||||
|
||||
QString MakeStep::displayName()
|
||||
|
||||
Reference in New Issue
Block a user