gallery-core_global.h 252 B

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