qt5base-lts/tests/auto/corelib
David Faure 74117b5100 QCommandLineParser: add parsing mode for options after arguments
The new mode, ParseAsPositionalArguments, allows to interpret
"application argument --opt" as having two positional arguments,
"argument" and "--opt".
This mode is useful for executables that aim to launch other executables
(e.g. wrappers, debugging tools, etc.) or who support internal commands
followed by options for the command. "argument" is the name of the command,
and all options occurring after it can be collected and parsed by another
command line parser, possibly in another executable.

[ChangeLog][QtCore][QCommandLineParser] Add parsing mode for options
after arguments, to allow treating them as more arguments.

Change-Id: I48d5fcf90f2f59deda8422538b8ebf2680fae828
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-03-06 09:09:31 +00:00
..
animation Update copyright headers 2015-02-11 06:49:51 +00:00
codecs Update copyright headers 2015-02-11 06:49:51 +00:00
global Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
io QDateTime: drop quotes in QDebug output 2015-02-21 16:58:39 +00:00
itemmodels Update copyright headers 2015-02-11 06:49:51 +00:00
json Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
kernel Output registered enums in qDebug operator for QFlags. 2015-02-26 12:16:51 +00:00
mimetypes Merge remote-tracking branch 'origin/5.4' into 5.5 2015-03-02 09:23:07 +01:00
plugin Allow passing absolute paths without file extension to QPluginLoader 2015-02-26 13:31:47 +00:00
statemachine QtCore: assorted migrations to QString::asprintf 2015-02-12 19:40:04 +00:00
thread Update copyright headers 2015-02-11 06:49:51 +00:00
tools QCommandLineParser: add parsing mode for options after arguments 2015-03-06 09:09:31 +00:00
xml Update copyright headers 2015-02-11 06:49:51 +00:00
corelib.pro iOS: Enable building of basic tests 2014-01-22 12:35:17 +01:00