mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add libarchive decompression backend
This commit is contained in:
committed by
Luis Ángel San Martín
parent
a0dfa4e447
commit
862c220069
@ -15,11 +15,12 @@ win32 {
|
||||
CONFIG -= embed_manifest_exe
|
||||
}
|
||||
|
||||
!CONFIG(unarr){
|
||||
include(../../compressed_archive/wrapper.pri)
|
||||
CONFIG(7zip) {
|
||||
include(../../compressed_archive/wrapper.pri)
|
||||
} else:CONFIG(unarr) {
|
||||
include(../../compressed_archive/unarr/unarr-wrapper.pri)
|
||||
} else:CONFIG(libarchive) {
|
||||
include(../../compressed_archive/libarchive/libarchive-wrapper.pri)
|
||||
} else {
|
||||
include(../../compressed_archive/unarr/unarr-wrapper.pri)
|
||||
include(../../compressed_archive/wrapper.pri)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user