#include <QtCore/qglobal.h> #ifndef QGLOBAL_H #if defined(Q_OS_WIN) && !defined(Q_CC_GNU) #else #define Q_UINT64_C(c) static_cast<unsigned long long>(c ## ULL) #endif #endif /* QGLOBAL_H */