aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/command.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2012-12-07 15:19:23 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-12-11 15:51:39 +0100
commit24e4d2352f1e07d4ffaba94296a4b44af80ced9b (patch)
treefc4ac0078509fd02289358f1458e4dadda828c07 /src/app/qbs/parser/command.cpp
parent3ae3304c258d836451553cb15092e68000185812 (diff)
Add command-line support for removing all build artifacts.v0.2.0
Task-number: QBS-109 Change-Id: I20e4f8587f880a33de594488bb189649aadaec89 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/app/qbs/parser/command.cpp')
-rw-r--r--src/app/qbs/parser/command.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/qbs/parser/command.cpp b/src/app/qbs/parser/command.cpp
index 30b87b9a4..1fa78ce07 100644
--- a/src/app/qbs/parser/command.cpp
+++ b/src/app/qbs/parser/command.cpp
@@ -202,7 +202,8 @@ QList<CommandLineOption::Type> CleanCommand::supportedOptions() const
<< CommandLineOption::ShowProgressOptionType
<< CommandLineOption::KeepGoingOptionType
<< CommandLineOption::DryRunOptionType
- << CommandLineOption::ProductsOptionType;
+ << CommandLineOption::ProductsOptionType
+ << CommandLineOption::AllArtifactsOptionType;
}
QString RunCommand::shortDescription() const