summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2019-02-15 07:35:30 +0100
committerMorten Johan Sørvig <morten.sorvig@qt.io>2019-02-15 09:59:13 +0000
commit2c5689992b938f60bd769b5e23f1b3708d72cf13 (patch)
tree4dcbb75def3a1cac9b9181b48b5ef09abad5b8f3
parent354140278d2c42af5aa88ddcde7cde23494b396e (diff)
Revert "Disable build for WebAssembly"
This actually builds on wasm, just maybe not in the CI system. This reverts commit 354140278d2c42af5aa88ddcde7cde23494b396e. Change-Id: I367e3bfc71e3a83313bf890cc4e9aab4ff7c43b6 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--qtmqtt.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/qtmqtt.pro b/qtmqtt.pro
index 5592bf5..80a860c 100644
--- a/qtmqtt.pro
+++ b/qtmqtt.pro
@@ -1,7 +1,6 @@
lessThan(QT_MAJOR_VERSION, 5) {
error("Cannot build current Qt MQTT sources with Qt version $${QT_VERSION}.")
}
-requires(!wasm)
load(configure)
load(qt_parts)