Add libarchive decompression backend

This commit is contained in:
BEN ENGLISCH
2021-11-19 23:06:38 -06:00
committed by Luis Ángel San Martín
parent a0dfa4e447
commit 862c220069
14 changed files with 288 additions and 14 deletions

View File

@ -56,7 +56,7 @@ CONFIG(no_opengl) {
}
# default value for comic archive decompression backend
unix:!macx:!CONFIG(unarr):!CONFIG(7zip) {
unix:!macx:!CONFIG(unarr):!CONFIG(7zip):!CONFIG(libarchive) {
CONFIG += unarr
}