Closed denis-shienkov closed 3 years ago
Added the new boolean setting qbs.clearOutputBeforeOperation
, called as "Clear the output before starting the operation." If this setting is true
, then the console output will be erased before starting any of such operations: Resolve
, Clean
, Build
, ReBuild
.
Done.
Right now the build does not removed before the building, which is confusing because it is unclear where the previous one ends and the new one begins.