summaryrefslogtreecommitdiff
path: root/qtlocation.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-06-27 12:26:59 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-06-27 11:20:31 +0000
commit1518ea42bfb08fe5ea8629373c892ad30b453ed4 (patch)
tree23e467d66fb56272a0c6684d6221e0e1041629a1 /qtlocation.pro
parent8e6ec8c3075d403065e3bf874fd6680945126298 (diff)
downloadqtlocation-1518ea42bfb08fe5ea8629373c892ad30b453ed4.tar.gz
Prepare for introduction of WebAssembly
This pre-emptively disables Qt Location 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 'qtlocation.pro')
-rw-r--r--qtlocation.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtlocation.pro b/qtlocation.pro
index 3d942a6f..54cae121 100644
--- a/qtlocation.pro
+++ b/qtlocation.pro
@@ -1,3 +1,4 @@
+requires(!html5)
load(configure)
qtCompileTest(gypsy)
qtCompileTest(winrt)