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

@ -7,7 +7,7 @@
#include <QMutex>
#include <QtGlobal>
#if defined Q_OS_MAC && defined USE_PDFKIT
#if defined Q_OS_MACOS && defined USE_PDFKIT
class MacOSXPDFComic
{
public:
@ -51,5 +51,5 @@ private:
#else
#include "poppler-qt5.h"
#endif // QT_VERSION
#endif // Q_OS_MAC
#endif // Q_OS_MACOS
#endif // PDF_COMIC_H