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