aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontextplugin.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2018-04-10 13:25:06 +1000
committerMorten Johan Sørvig <morten.sorvig@qt.io>2018-04-23 10:48:08 +0000
commit176b62f327198166c4dc691606d562724ea438b6 (patch)
treee14d36263100bba106860a3607de1422509f3df9 /src/quick/scenegraph/qsgcontextplugin.cpp
parent0abec22f157e0931ce2622bd81d536028c9dd734 (diff)
webassembly: use default opengl backend
Change-Id: Iaaa9776846ae10f5f4b04f2fd4da52deeac66f0a Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'src/quick/scenegraph/qsgcontextplugin.cpp')
-rw-r--r--src/quick/scenegraph/qsgcontextplugin.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quick/scenegraph/qsgcontextplugin.cpp b/src/quick/scenegraph/qsgcontextplugin.cpp
index 31f1c4c722..628619fa46 100644
--- a/src/quick/scenegraph/qsgcontextplugin.cpp
+++ b/src/quick/scenegraph/qsgcontextplugin.cpp
@@ -135,9 +135,6 @@ QSGAdaptationBackendData *contextFactory()
&& !QGuiApplicationPrivate::platformIntegration()->hasCapability(QPlatformIntegration::OpenGL)) {
requestedBackend = QString::fromLocal8Bit("software");
}
-#ifdef Q_OS_HTML5
- requestedBackend = QString::fromLocal8Bit("software");
-#endif
if (!requestedBackend.isEmpty()) {
qCDebug(QSG_LOG_INFO, "Loading backend %s", qUtf8Printable(requestedBackend));