summaryrefslogtreecommitdiffstats
path: root/features/lzmasdk.prf
Commit message (Collapse)AuthorAgeFilesLines
* 3rdparty: deprecate usage of LZMA SDKArttu Tarkiainen2022-04-131-0/+1
The 3rd-party sources haven't been updated in a long time, and is missing some features compared to libarchive (which the official IFW binaries use), like symbolic link support on Windows. Add deprecation warning when compiling with LZMA SDK, and make building the library and related client code conditional behind a separate config feature. Update docs to emphasize that libarchive is the recommended build option for archive handler. Change-Id: I70ed5f9b5d13e2243778f7c44b4ea833c8092ae0 Reviewed-by: Katja Marttila <katja.marttila@qt.io>