#include <QtGlobal>
…
#ifdef Q_OS_MAC
// mac
#endif
#ifdef Q_OS_LINUX
// linux
#endif
#ifdef Q_OS_WIN32
// win
#endif
#ifdef __arm__
// arm
#endif
#include <QtGlobal> … #ifdef Q_OS_MAC // mac #…
#include <QtGlobal>
…
#ifdef Q_OS_MAC
// mac
#endif
#ifdef Q_OS_LINUX
// linux
#endif
#ifdef Q_OS_WIN32
// win
#endif
#ifdef __arm__
// arm
#endif