summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-08-05 09:15:58 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-08-05 13:15:40 +0000
commit1fa0861adc867bf2e44dfb642ae0bc168e616c2a (patch)
treebef525e6e148b51d91b505c7dd99df0e081489f9
parentdd09fcb43327fae721603a17bd86193397d7be6a (diff)
Prospective "build fix" for watchos/tvos
After commit dd09fcb43327fae721603a17bd86193397d7be6a it seems the build on those got "enabled". Let's disable it again for those two platforms. Change-Id: I8fe49b582c58ba9b6532d5bf410197f4a369c2e6 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
-rw-r--r--qtwebglplugin.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwebglplugin.pro b/qtwebglplugin.pro
index cbad71e..543ba7c 100644
--- a/qtwebglplugin.pro
+++ b/qtwebglplugin.pro
@@ -1,3 +1,3 @@
-requires(!winrt:qtHaveModule(websockets):qtHaveModule(gui))
+requires(!winrt:!watchos:!tvos:qtHaveModule(websockets):qtHaveModule(gui))
load(qt_parts)