#ifndef GALLERYCORE_GLOBAL_H #define GALLERYCORE_GLOBAL_H #include #if defined(GALLERYCORE_LIBRARY) # define GALLERYCORE_EXPORT Q_DECL_EXPORT #else # define GALLERYCORE_EXPORT Q_DECL_IMPORT #endif #endif // GALLERYCORE_GLOBAL_H