From 67884d501651ec15378fa3491a17b13937200905 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Fri, 19 Aug 2016 17:18:14 -0700 Subject: Don't compile widgets on tvOS and watchOS by default Widgets is not particularly useful on tvOS without significant work due to the focus model, and widgets is completely useless on watchOS except, theoretically, a platform plugin which displays its UI over the network. Widgets is not particularly nice on iOS either but is at least usable so it remains enabled there. This is sort of a revert of b4ebb61c0dcb60e98a8be3f9dbe36c6e498d969a, except that this now simply turns off the feature by default rather than disabling its use entirely. Change-Id: Ice4215c344da4568792f8b5356e11367bde6828f Reviewed-by: Mike Krus Reviewed-by: Oswald Buddenhagen --- configure.json | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.json') diff --git a/configure.json b/configure.json index a079572c0a..c89f0af255 100644 --- a/configure.json +++ b/configure.json @@ -2120,6 +2120,7 @@ }, "widgets": { "description": "Qt Widgets", + "autoDetect": "!config.tvos && !config.watchos", "condition": "features.gui", "output": [ "privateFeature", -- cgit v1.2.3