#ifndef PLATFORMBACKEND_HPP #define PLATFORMBACKEND_HPP #include #ifdef Q_OS_MACOS #include #endif #ifdef Q_OS_WIN #include #endif #if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS) #include #endif #endif // PLATFORMBACKEND_HPP