summaryrefslogtreecommitdiffstats
path: root/src/corelib/QtCompressMimeDatabase.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Replace the scripting-based mime types compression mechanism with CMakeAlexey Edelev2022-12-011-0/+156
Use tools that compress mimetypes database directly from CMake as a fallback mechanism instead of using perl and batch scripts. Move the generating of the mimetype database resources to build-time. This removes the perl-based compression from the possible compression options. But assume that CMake-based compression should fill this gap. CMake versions less than 3.26 don't support the value of the zstd compression level higher than 9, so we prefer to use the External API. Task-number: QTBUG-108438 Change-Id: I5686a53b766a243052cfee320f570e2c3b385726 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>