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:
parent
6a69163055
commit
b4ebb61c0d
@ -2125,7 +2125,7 @@
|
|||||||
},
|
},
|
||||||
"widgets": {
|
"widgets": {
|
||||||
"description": "Qt Widgets",
|
"description": "Qt Widgets",
|
||||||
"condition": "features.gui && !config.tvos",
|
"condition": "features.gui",
|
||||||
"output": [
|
"output": [
|
||||||
{ "type": "define", "negative": true, "name": "QT_NO_WIDGETS" },
|
{ "type": "define", "negative": true, "name": "QT_NO_WIDGETS" },
|
||||||
{ "type": "publicQtConfig", "negative": true }
|
{ "type": "publicQtConfig", "negative": true }
|
||||||
|
Loading…
Reference in New Issue
Block a user