mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
Fix nox build on MAC OSX.
This commit is contained in:
parent
5dea64ca16
commit
e0ae505bb9
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ void sigabrtHandler(int) {
|
|||
|
||||
// Main
|
||||
int main(int argc, char *argv[]) {
|
||||
#ifdef Q_OS_MACX
|
||||
#if defined(Q_OS_MACX) && !defined(DISABLE_GUI)
|
||||
if ( QSysInfo::MacintoshVersion > QSysInfo::MV_10_8 )
|
||||
{
|
||||
// fix Mac OS X 10.9 (mavericks) font issue
|
||||
|
|
Loading…
Reference in a new issue