summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpmultipart.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2019-05-10 19:16:22 +1000
committerLorn Potter <lorn.potter@gmail.com>2020-09-04 12:33:21 +1000
commit6b171dc6c0c0f0a822b212df77b58b28bd92716c (patch)
treed8ab6307e55f0e49097dc2409f93ddf79c870f63 /src/network/access/qhttpmultipart.h
parent225cc6095499dca17054f969b47f6d0bab95d5cd (diff)
wasm: enable httpmultipart
This allows for multipart requests. Change-Id: I1206d160cfd9150a9627c36ed60ea4cbb58e95aa Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/network/access/qhttpmultipart.h')
-rw-r--r--src/network/access/qhttpmultipart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/access/qhttpmultipart.h b/src/network/access/qhttpmultipart.h
index 56db83779a..7f07008c0f 100644
--- a/src/network/access/qhttpmultipart.h
+++ b/src/network/access/qhttpmultipart.h
@@ -46,7 +46,9 @@
#include <QtCore/QIODevice>
#include <QtNetwork/QNetworkRequest>
+#ifndef Q_OS_WASM
QT_REQUIRE_CONFIG(http);
+#endif
QT_BEGIN_NAMESPACE