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
Oswald Buddenhagen 2016-07-14 15:31:09 +02:00
parent be3b2de87f
commit 92e7f15277
1 changed files with 2 additions and 3 deletions

View File

@ -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" }