mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Detect libarchive config in windows and macos
libarchive-wrapper.pri will handle platform specific errors
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user