summaryrefslogtreecommitdiffstats
path: root/qt3d.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-06-27 12:29:32 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-06-27 11:20:50 +0000
commitec7dda4b46913c68404ab62d77ec006b5995d57b (patch)
treed368c28c87fd05296d4df35d286455afb5ebb559 /qt3d.pro
parent566b1d88e2fa0f416b019a47989f576708578ad2 (diff)
Prepare for introduction of WebAssembly
This pre-emptively disables Qt 3D for WebAssembly so that we can easily get builds into the CI system prior to actually merging the code. The module does not build for WebAssembly and is not part of the essentials we support in the first version. Change-Id: Idf9d1f64eb909c68ce05614f2b3f4c51e0a43c2a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'qt3d.pro')
-rw-r--r--qt3d.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt3d.pro b/qt3d.pro
index 2cc347a1c..6f759b293 100644
--- a/qt3d.pro
+++ b/qt3d.pro
@@ -1,4 +1,4 @@
-requires(qtConfig(opengl))
+requires(qtConfig(opengl):!html5)
CONFIG += examples_need_tools
load(qt_parts)