From b4ebb61c0dcb60e98a8be3f9dbe36c6e498d969a Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Wed, 17 Aug 2016 13:21:18 -0700 Subject: Don't disable QtWidgets on tvOS There's no technical reason for this. Change-Id: Ia57fcdfa83531155790bc4541f88479cd9d4a5a1 Reviewed-by: Erik Verbruggen --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.json b/configure.json index d79e125c63..da051d6371 100644 --- a/configure.json +++ b/configure.json @@ -2125,7 +2125,7 @@ }, "widgets": { "description": "Qt Widgets", - "condition": "features.gui && !config.tvos", + "condition": "features.gui", "output": [ { "type": "define", "negative": true, "name": "QT_NO_WIDGETS" }, { "type": "publicQtConfig", "negative": true } -- cgit v1.2.3