mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Replace Q_OS_MAC with Q_OS_MACOS
This commit is contained in:
@ -35,7 +35,7 @@ QString Static::getConfigDir()
|
||||
return configDir;
|
||||
}
|
||||
// Search config file
|
||||
#if defined Q_OS_UNIX && !defined Q_OS_MAC
|
||||
#if defined Q_OS_UNIX && !defined Q_OS_MACOS
|
||||
QString binDir = (QString(DATADIR) + "/yacreader");
|
||||
#else
|
||||
QString binDir = QCoreApplication::applicationDirPath();
|
||||
|
Reference in New Issue
Block a user