Don't disable QtWidgets on tvOS

There's no technical reason for this.

Change-Id: Ia57fcdfa83531155790bc4541f88479cd9d4a5a1
Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
This commit is contained in:
Jake Petroules 2016-08-17 13:21:18 -07:00
parent 6a69163055
commit b4ebb61c0d

View File

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