From 26bb23543ab1a53f1d751e50bedb769d86141d43 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 3 Jun 2024 21:32:04 +0300 Subject: [PATCH] README file update Signed-off-by: Ivailo Monev --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index a669e5309..faf0aff4d 100644 --- a/README +++ b/README @@ -13,11 +13,10 @@ There are several things you should be aware before considering Katie: - some things have changed: - QMake build system replaced with CMake - - Jansson, Freetype, ICU, X11 and libpng are required for building + - Jansson, Freetype, ICU, X11, libpng and libdeflate are required for building - D-Bus and CUPS must be linked to during build - QtUiTools is build as shared library by default - moc, uic, etc. are linked to components - - updated bundled Harfbuzz from upstream (not Harfbuzz-NG) - versioned and extended classes have been merged into the base class, e.g. QIconEngineV2 into QIconEngine and QKeyEventEx into QKeyEvent - QGuiPlatformPlugin class is public @@ -37,7 +36,7 @@ There are several things you should be aware before considering Katie: - dropped Motif Drag-And-Drop (DND) support - dropped LPR support - dropped static plugins support - - dropped XBM, PGM, MNG, BMP, ICO, TGA, JPEG, TIFF and GIF image format support + - dropped XBM, PBM, PPM, PGM, MNG, BMP, ICO, TGA, JPEG, TIFF and GIF image format support - dropped obscure (24-bit) and indexed (8-bit) image formats support - dropped Valgrind support - dropped recursive mutex and lock support