Skip to content

qml tool: Use QCommandLineParser::process() rather than parse()

This handles the --version, --help and --help-all options. Apparently there's no other way to handle --help-all, because addHelpOption() adds two options but only returns one of them. Amends bb6602bc

Fixes: QTBUG-100678 Pick-to: 6.2 6.5 5.15 Change-Id: Iddd1ba2dae975d7256935d8d357e2f3ac6c013d6 Reviewed-by: Ulf Hermann ulf.hermann@qt.io (cherry picked from commit e5007fcc)

  • asturmlechner 2023-05-18: Resolve conflict with dev branch commit a1547271

Merge request reports