summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-09-26 14:16:45 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-10-04 07:32:21 +0000
commitedc88e97721c0a223a2b77cec217f550f08a4135 (patch)
tree1cd3eef530c8dca13906e46fc1b32b9dd6da9a2a
parentb700f409bcc8b2f9976f192ac0eac04bf863c00a (diff)
Update name of emscripten platform in requires condition
The html5 platform was renamed to wasm. Change-Id: I4f69acb770e0a0b0013673e7ef8bf4af2aed4948 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
-rw-r--r--qt3d.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt3d.pro b/qt3d.pro
index 6f759b293..3fc7d1452 100644
--- a/qt3d.pro
+++ b/qt3d.pro
@@ -1,4 +1,4 @@
-requires(qtConfig(opengl):!html5)
+requires(qtConfig(opengl):!wasm)
CONFIG += examples_need_tools
load(qt_parts)