aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/command.cpp
diff options
context:
space:
mode:
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