#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(Q_OS_WIN) && !defined(Q_CC_GNU)
#else
typedef long long int qint64;
#endif
#endif /* QGLOBAL_H */