您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ugameengine_global.h 264B

123456789101112
  1. #ifndef UGAMEENGINE_GLOBAL_H
  2. #define UGAMEENGINE_GLOBAL_H
  3. #include <QtCore/qglobal.h>
  4. #if defined(UGAMEENGINE_LIBRARY)
  5. # define UGAMEENGINESHARED_EXPORT Q_DECL_EXPORT
  6. #else
  7. # define UGAMEENGINESHARED_EXPORT Q_DECL_IMPORT
  8. #endif
  9. #endif // UGAMEENGINE_GLOBAL_H