Diffusion Krita f2cdef4ead5c

Disable liblzma (.xz) support for KArchive

Authored by dkazakov on Feb 12 2020, 6:42 PM.

Description

Disable liblzma (.xz) support for KArchive

KArchive links to LZMA incorrectly on Windows. It links to liblzma-5.dll,
even though we have only liblzma.dll. Since we don't use .xz functionality
of KArchive, we can just disable it on Windows.

The only place where we use LZMA is NSIS installer, we don't use
it in KArchive actually.