summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2018-09-28 10:51:54 +1000
committerLorn Potter <lorn.potter@gmail.com>2018-10-09 20:44:24 +0000
commit49f1f944bcd72586cc76622fd42c904974506f91 (patch)
tree5020010c66e8341907b7461ca8cf09f584f98025 /configure.json
parentb7c5c2e65bd00d2b6729a54ae7ba5ddd4e891a03 (diff)
wasm: rewrite QNetworkReplyWasmImpl to remove EM_ASM
and fix handling of incoming binary data Change-Id: I31e97505ad4ff64cf8e380df5d0d6b70c3cd60b0 Reviewed-by: Ryan Chu <ryan.chu@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 85d6a8c31a..3702c24f63 100644
--- a/configure.json
+++ b/configure.json
@@ -730,6 +730,7 @@
"headersclean": {
"label": "Check for clean headers",
"autoDetect": "features.developer-build",
+ "condition": "!config.wasm",
"output": [ "privateConfig" ]
},
"framework": {