README file update

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-06-03 21:32:04 +03:00
parent 86c47fa115
commit 26bb23543a

5
README
View file

@ -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