snczxsh_global.h 252 B

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