summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-10-05 09:57:15 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-10-05 07:59:19 +0000
commit8b702b66aa09d6e59da1c99af353eac36cff01e4 (patch)
tree956b8cdfebadaf2ca96775290bb4afbec18e3e4e
parent1325205a64904109de1c91c1b4b90df830d60141 (diff)
downloadqtlocation-8b702b66aa09d6e59da1c99af353eac36cff01e4.tar.gz
Update name of WebAssembly platform
The name was changed from html5 to wasm, so the condition needed to be updated. Change-Id: I94851dae5674c4bac7eb02f876a8251c09045f39 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
-rw-r--r--qtlocation.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtlocation.pro b/qtlocation.pro
index 54cae121..2577ff2d 100644
--- a/qtlocation.pro
+++ b/qtlocation.pro
@@ -1,4 +1,4 @@
-requires(!html5)
+requires(!wasm)
load(configure)
qtCompileTest(gypsy)
qtCompileTest(winrt)