From 9a0cfaf78df085fc804aab5a512c02e74d141255 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 8 Feb 2022 08:55:43 +0100 Subject: [PATCH] Remove QT_FEATURE_sharedmemory from qconfig-bootstrapped.h This amends commit 75082c9f20271eb7916a7e8e85d2e58b8e4b1392. Change-Id: Idd1f9a8cd86c1d265d20917594fbeea26f1f8bf2 Reviewed-by: Fabian Kosmale --- src/corelib/global/qconfig-bootstrapped.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/global/qconfig-bootstrapped.h b/src/corelib/global/qconfig-bootstrapped.h index db77917444d..43a0c4082e2 100644 --- a/src/corelib/global/qconfig-bootstrapped.h +++ b/src/corelib/global/qconfig-bootstrapped.h @@ -115,7 +115,6 @@ #else # define QT_FEATURE_renameat2 -1 #endif -#define QT_FEATURE_sharedmemory -1 #define QT_FEATURE_shortcut -1 #define QT_FEATURE_signaling_nan -1 #define QT_FEATURE_slog2 -1