#ifndef EPIMAFIA_GLOBAL_H #define EPIMAFIA_GLOBAL_H #include #if defined(EPIMAFIA_LIBRARY) # define EPIMAFIASHARED_EXPORT Q_DECL_EXPORT #else # define EPIMAFIASHARED_EXPORT Q_DECL_IMPORT #endif #endif // EPIMAFIA_GLOBAL_H