From 1fa0861adc867bf2e44dfb642ae0bc168e616c2a Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sat, 5 Aug 2017 09:15:58 +0200 Subject: 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 --- qtwebglplugin.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3