From 9254bc610ce4b8da74b611f5a54faf0161dd639f 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.5 Change-Id: Id86520cad4c12d83234cc71a00cd3e484e2895dc Reviewed-by: Piotr WierciƄski Reviewed-by: Edward Welbourne (cherry picked from commit e3d34d2fdbd6e732eaa64a871931935b906d96ea) Reviewed-by: Qt Cherry-pick Bot --- 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 e687a911981..5188104310d 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