aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/parsercommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/qbs/parser/parsercommand.cpp')
-rw-r--r--src/app/qbs/parser/parsercommand.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/qbs/parser/parsercommand.cpp b/src/app/qbs/parser/parsercommand.cpp
index 33f93ce53..79636ff0a 100644
--- a/src/app/qbs/parser/parsercommand.cpp
+++ b/src/app/qbs/parser/parsercommand.cpp
@@ -210,7 +210,8 @@ static QList<CommandLineOption::Type> resolveOptions()
<< CommandLineOption::ShowProgressOptionType
<< CommandLineOption::DryRunOptionType
<< CommandLineOption::ForceProbesOptionType
- << CommandLineOption::LogTimeOptionType;
+ << CommandLineOption::LogTimeOptionType
+ << CommandLineOption::DisableFallbackProviderType;
}
QList<CommandLineOption::Type> ResolveCommand::supportedOptions() const