From 879f86098ec1917279315f16f7f2fa2393096fe9 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 13 Oct 2021 10:06:54 +0200 Subject: Remove zlib from bootstrap library None of the bootstrapped tools use zlib anymore. Change-Id: I2cd7cb855ed671916a21c23449d9b6c4506f8546 Reviewed-by: Qt CI Bot Reviewed-by: Alexandru Croitor Reviewed-by: Thiago Macieira --- src/corelib/global/qconfig-bootstrapped.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib') diff --git a/src/corelib/global/qconfig-bootstrapped.h b/src/corelib/global/qconfig-bootstrapped.h index 4d3f88e071..090dde8312 100644 --- a/src/corelib/global/qconfig-bootstrapped.h +++ b/src/corelib/global/qconfig-bootstrapped.h @@ -136,6 +136,8 @@ #define QT_NO_TRANSLATION #define QT_FEATURE_translation -1 +#define QT_NO_COMPRESS + // rcc.pro will DEFINES+= this #ifndef QT_FEATURE_zstd #define QT_FEATURE_zstd -1 -- cgit v1.2.3