summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-08-06 14:50:02 -0700
committerJake Petroules <jake.petroules@qt.io>2017-08-07 04:12:45 +0000
commit399379962002306c7281c3a5c318965335595e8a (patch)
tree1fcc153d0261c7a03fb39e6000b6848ece7cb201
parent1fa0861adc867bf2e44dfb642ae0bc168e616c2a (diff)
Don't exclude qtwebglplugin for the tvOS buildv5.10.0-alpha1
It compiles fine there. Amends 1fa0861adc867bf2e44dfb642ae0bc168e616c2a Change-Id: Ic3dedc255b0b2ad2428c6680065279f9b9dc27ca Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--qtwebglplugin.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwebglplugin.pro b/qtwebglplugin.pro
index 543ba7c..51e803d 100644
--- a/qtwebglplugin.pro
+++ b/qtwebglplugin.pro
@@ -1,3 +1,3 @@
-requires(!winrt:!watchos:!tvos:qtHaveModule(websockets):qtHaveModule(gui))
+requires(!winrt:!watchos:qtHaveModule(websockets):qtHaveModule(gui))
load(qt_parts)