From e3d34d2fdbd6e732eaa64a871931935b906d96ea Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Wed, 25 Oct 2023 10:05:15 +0200 Subject: [PATCH] qsystemdetection.h: Update WASM in comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WASM has been added as a definition. Add it in the comment section as well. Pick-to: 6.6 6.5 Change-Id: Id86520cad4c12d83234cc71a00cd3e484e2895dc Reviewed-by: Piotr WierciƄski Reviewed-by: Edward Welbourne --- src/corelib/global/qsystemdetection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qsystemdetection.h b/src/corelib/global/qsystemdetection.h index cc78443af74..d797a196008 100644 --- a/src/corelib/global/qsystemdetection.h +++ b/src/corelib/global/qsystemdetection.h @@ -38,6 +38,7 @@ ANDROID - Android platform HAIKU - Haiku WEBOS - LG WebOS + WASM - WebAssembly The following operating systems have variants: LINUX - both Q_OS_LINUX and Q_OS_ANDROID are defined when building for Android