simplify conditions of dbus-linked feature
... by chaining it to the dbus feature, as is done for openssl/-linked. Change-Id: Id1f9f761914c356d2a0056aa80213954dce3403d Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
be3b2de87f
commit
92e7f15277
|
|
@ -1777,9 +1777,8 @@
|
|||
"dbus-linked": {
|
||||
"description": "Qt D-Bus directly linked to libdbus",
|
||||
"enable": "input.dbus == 'linked'",
|
||||
"disable": "input.dbus == 'runtime' || input.dbus == 'no'",
|
||||
"autoDetect": "!config.android",
|
||||
"condition": "tests.dbus",
|
||||
"disable": "input.dbus == 'runtime'",
|
||||
"condition": "features.dbus && tests.dbus",
|
||||
"output": [
|
||||
"publicQtConfig",
|
||||
{ "type": "library", "feature": "dbus", "test": "dbus" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue