#include <QtOpenGL/qgl.h>
#ifndef QGL_H
namespace QGL{
   enum FormatOption{
      /* Some contents are skipped to improve readability */
      NoStencilBuffer = 2097152,
      /* ... */
   };
};
#endif // QGL_H