#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
enum /*anonymous*/{
   /* Some contents are skipped to improve readability */
   Q_PRIMITIVE_TYPE = 1,
   /* ... */
};
#endif /* __cplusplus */
#endif /* QGLOBAL_H */