summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-17 13:21:18 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-18 22:31:02 +0000
commitb4ebb61c0dcb60e98a8be3f9dbe36c6e498d969a (patch)
tree1bc319c3358c149082d103a244d47328e86d01d6
parent6a69163055821f1ec506fdf6825710d2b3993644 (diff)
Don't disable QtWidgets on tvOS
There's no technical reason for this. Change-Id: Ia57fcdfa83531155790bc4541f88479cd9d4a5a1 Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
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 }