#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#if (QT_EDITION & QT_MODULE_CORE)
enum QtValidLicenseForCoreModule{
   LicensedCore = 1,
};
#endif
#endif /* __cplusplus */
#endif /* QGLOBAL_H */