summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-11-21 12:56:00 +0100
committerTopi Reiniö <topi.reinio@qt.io>2018-11-26 13:27:37 +0000
commita58fa967f267f2ad6f8fbfaec12a5d978b2b6e10 (patch)
tree0a5c37709ae5f39c9488167d20d89f7ce3233f03
parent4db2e07f97e70a580f2e29ff1c4519d731840fb6 (diff)
downloadqtdoc-a58fa967f267f2ad6f8fbfaec12a5d978b2b6e10.tar.gz
Doc: Remove obsolete build instructions for Qt Quick WebGL plugin
The plugin dependencies are managed by the build system and need not to be stated in the documentation. The plugin itself is already usable out of the box for delivered Qt packages. Task-number: QTBUG-67910 Change-Id: I9d4218b1035fdce9e4a33317d54a388bad404b6d Reviewed-by: Artem Sidyakin <artem.sidyakin@qt.io> Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
-rw-r--r--doc/src/platforms/webgl.qdoc11
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/src/platforms/webgl.qdoc b/doc/src/platforms/webgl.qdoc
index 04319dc1..ad05c534 100644
--- a/doc/src/platforms/webgl.qdoc
+++ b/doc/src/platforms/webgl.qdoc
@@ -36,16 +36,7 @@ that allows for single-user remote access by streaming \l [QtQuick] {Qt Quick}
user interfaces over the network. The UI is rendered in a
\l {https://www.khronos.org/webgl/}{WebGL™}-enabled client browser.
-\section2 Configuration and Use
-
-In order to use the Qt Quick WebGL plugin, Qt must be configured with
-OpenGL ES 2 support:
-
-\badcode
-./configure [...] -opengl es2
-\endcode
-
-The plugin has a dependency to \l {Qt WebSockets}.
+\section2 Using Qt Quick WebGL
Any Qt Quick application can be launched with the \e webgl platform plugin as
follows: