mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Detect libarchive config in windows and macos
libarchive-wrapper.pri will handle platform specific errors
This commit is contained in:
parent
e8e45649d1
commit
373827e4cf
@ -60,11 +60,11 @@ unix:!macx:!CONFIG(unarr):!CONFIG(7zip):!CONFIG(libarchive) {
|
||||
CONFIG += unarr
|
||||
}
|
||||
|
||||
win32:!CONFIG(unarr):!CONFIG(7zip) {
|
||||
win32:!CONFIG(unarr):!CONFIG(7zip):!CONFIG(libarchive) {
|
||||
CONFIG += 7zip
|
||||
}
|
||||
|
||||
macx:!CONFIG(unarr):!CONFIG(7zip) {
|
||||
macx:!CONFIG(unarr):!CONFIG(7zip):!CONFIG(libarchive) {
|
||||
CONFIG += 7zip
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user