mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-21 16:55:46 +03:00
qmake: Bump MACOSX deployment target to 10.15
This commit is contained in:
parent
f35d94d98e
commit
6842e8263d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ defineReplace(qbt_get_qt_translations) {
|
|||
return($$FINAL_TRANSLATIONS)
|
||||
}
|
||||
|
||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14
|
||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.15
|
||||
|
||||
DEFINES += _DARWIN_FEATURE_64_BIT_INODE
|
||||
|
||||
|
|
Loading…
Reference in a new issue