mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix nox build on MAC OSX.
This commit is contained in:
parent
e2bebdf57b
commit
292e077562
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,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…
Add table
Add a link
Reference in a new issue