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