summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2021-08-04 12:47:57 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-06 12:53:18 +0000
commit9f443d98eb1f826b2b0c6719fd2fba26e53af191 (patch)
treecfee5757010057af922c1bdcfa9a093eb03459a2
parent43c0bf5e23f6cdf4080ca2847d703b8d8c2a4738 (diff)
Turn off feature timezone for emscripten
We don't (yet) have a workable back-end for it. Task-number: QTBUG-95314 Change-Id: I8cf0fd11f315bc7d6cac351d485f4cbc676ed95d Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com> (cherry picked from commit e158502e332e482267d8585b791f5e2a7f82888c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/configure.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/configure.cmake b/src/corelib/configure.cmake
index b10c99246f..45dd1382bd 100644
--- a/src/corelib/configure.cmake
+++ b/src/corelib/configure.cmake
@@ -875,6 +875,7 @@ qt_feature("timezone" PUBLIC
SECTION "Utilities"
LABEL "QTimeZone"
PURPOSE "Provides support for time-zone handling."
+ CONDITION NOT WASM
)
qt_feature("datetimeparser" PRIVATE
SECTION "Utilities"