Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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