LoggerModule_global.h 228 B

12345678910111213
  1. #ifndef LOGGER1_GLOBAL_H
  2. #define LOGGER1_GLOBAL_H
  3. #include <QtCore/qglobal.h>
  4. #if defined(LOGGER1_LIBRARY)
  5. # define LOGGER1_EXPORT Q_DECL_EXPORT
  6. #else
  7. # define LOGGER1_EXPORT Q_DECL_IMPORT
  8. #endif
  9. #endif // LOGGER1_GLOBAL_H