mirror of https://github.com/qt/qtbase.git
accept plain -dbus option
the feature's logic is already prepared for that. Change-Id: Ieb0131904b532409fc01bafca9f85fb22039a68a Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
62b0113c7b
commit
be3b2de87f
|
@ -51,7 +51,7 @@
|
|||
"confirm-license": "void",
|
||||
"continue": "void",
|
||||
"cups": "boolean",
|
||||
"dbus": { "type": "optionalString", "values": [ "no", "linked", "runtime" ] },
|
||||
"dbus": { "type": "optionalString", "values": [ "no", "yes", "linked", "runtime" ] },
|
||||
"dbus-linked": { "type": "void", "name": "dbus", "value": "linked" },
|
||||
"dbus-runtime": { "type": "void", "name": "dbus", "value": "runtime" },
|
||||
"debug": "void",
|
||||
|
|
Loading…
Reference in New Issue