mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Fix nox build on MAC OSX.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user