From e158502e332e482267d8585b791f5e2a7f82888c Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Wed, 4 Aug 2021 12:47:57 +0200 Subject: [PATCH] Turn off feature timezone for emscripten MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't (yet) have a workable back-end for it. Pick-to: 6.2 5.15 Task-number: QTBUG-95314 Change-Id: I8cf0fd11f315bc7d6cac351d485f4cbc676ed95d Reviewed-by: Morten Johan Sørvig Reviewed-by: Lorn Potter --- src/corelib/configure.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/configure.cmake b/src/corelib/configure.cmake index 9ff06f0792..b2f65696f3 100644 --- a/src/corelib/configure.cmake +++ b/src/corelib/configure.cmake @@ -901,6 +901,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"