Replace Q_OS_MAC with Q_OS_MACOS

This commit is contained in:
Luis Ángel San Martín
2023-06-04 20:55:11 +02:00
parent 072f73b986
commit 68ece533e1
27 changed files with 67 additions and 67 deletions

View File

@ -19,7 +19,7 @@
#define MAX_LIBRARIES_WARNING_NUM 10
#ifdef Q_OS_MAC
#ifdef Q_OS_MACOS
#define Y_MAC_UI
#endif