mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
Unarr: use static lib for mac builds.
This commit is contained in:
@ -16,17 +16,12 @@ lessThan(QT_VER_MIN, 3){
|
||||
}
|
||||
!CONFIG(unarr):!CONFIG(7zip) {
|
||||
unix {
|
||||
!macx {
|
||||
CONFIG+=unarr
|
||||
}
|
||||
else {
|
||||
CONFIG+=7zip
|
||||
}
|
||||
|
||||
}
|
||||
CONFIG+=unarr
|
||||
}
|
||||
|
||||
win32 {
|
||||
CONFIG+=7zip
|
||||
}
|
||||
CONFIG+=7zip
|
||||
}
|
||||
}
|
||||
|
||||
unix {
|
||||
@ -68,4 +63,4 @@ unix {
|
||||
message("Missing dependency: sqlite3")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user