#include <QtCore/quuid.h>
#ifndef QUUID_H
struct QUuid{
   /* Some contents are skipped to improve readability */
   public: enum Variant{
      /* ... */
      Microsoft = 6,
      /* ... */
   };
   /* ... */
};
#endif // QUUID_H