Conditionally auto-detect Xlib on Darwin platforms

Task-number: QTBUG-65040
Change-Id: I8112d2fac8acf647fc8a669ae5c7920651f0bf08
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
Gabriel de Dietrich 2017-12-07 12:52:42 -08:00
parent 7dee74147e
commit 8686f3a347

View File

@ -1279,6 +1279,7 @@
}, },
"xlib": { "xlib": {
"label": "XLib", "label": "XLib",
"autoDetect": "!config.darwin || features.xcb",
"condition": "tests.xlib", "condition": "tests.xlib",
"output": [ "privateFeature" ] "output": [ "privateFeature" ]
}, },