summaryrefslogtreecommitdiffstats
path: root/qtwebglplugin.pro
Commit message (Collapse)AuthorAgeFilesLines
* Don't build the module in Android platformv5.12.2Jesus Fernandez2019-02-121-1/+1
| | | | | | | | | 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>
* Don't build when OpenGL is disabledJesus Fernandez2018-01-091-1/+1
| | | | | | | | | | The build will fail. Task-number: QTBUG-65391 Change-Id: I26748f48f24ae143310b0f28003553039485d82e Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Don't exclude qtwebglplugin for the tvOS buildv5.10.0-alpha1Jake Petroules2017-08-071-1/+1
| | | | | | | | | It compiles fine there. Amends 1fa0861adc867bf2e44dfb642ae0bc168e616c2a Change-Id: Ic3dedc255b0b2ad2428c6680065279f9b9dc27ca Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Prospective "build fix" for watchos/tvosSimon Hausmann2017-08-051-1/+1
| | | | | | | | 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>
* Add macOS supportJesus Fernandez2017-08-041-1/+1
| | | | | | Change-Id: Id9e89530d7b7c4fb21bfede7a79a46dcbcbdcafb Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Allow Desktop OpenGL builds of QtJesus Fernandez2017-08-031-1/+1
| | | | | | | | | | | | | Since OpenGL ES2 is just a subset of OpenGL and Qt Quick is not using features from Desktop OpenGL it is safe to allow non-ES2 versions of Qt. In case of a requested function is not available a message will be shown and a null function is returned in getProcAddress function. macOS cannot be allowed because it is not possible to access the QCocoaEventDispactcher from another platform plugin. Change-Id: I55c51c31e2b78978a6dcb6cc4d99ec7502392b40 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Add Qt WebGL platform pluginJesus Fernandez2017-06-271-0/+3
Done-with: Michael Winkelmann <michael.winkelmann@qt.io> Change-Id: I6632475956393116af8885f42ba557e35d2b0985 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>