summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2019-02-08 13:32:32 +0100
committerJesus Fernandez <Jesus.Fernandez@qt.io>2019-02-12 08:41:48 +0000
commitb1662da58d05dd53b5d4c84a3518c65f417cefd8 (patch)
tree8549b04f10a91d853b3d93d8392276ac192498dd
parent3154a358e2988aa9aafd4ecd8c43c8bcc7c1605f (diff)
Don't build the module in Android platformv5.12.2
I'm not sure this platform makes sense. And the tests are failing. Change-Id: Ic78b833eab0f64dcd18c2409ab98efeaa8984b22 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> 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 f16dfaf..2bbe74e 100644
--- a/qtwebglplugin.pro
+++ b/qtwebglplugin.pro
@@ -1,3 +1,3 @@
-requires(!winrt:!watchos:qtHaveModule(websockets):qtHaveModule(gui):qtConfig(opengl))
+requires(!winrt:!watchos:!android:qtHaveModule(websockets):qtHaveModule(gui):qtConfig(opengl))
load(qt_parts)